#6139BF

Color #6139BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6139BF

Tints of Purple Heart #6139BF

Color information

#6139BF (or 0x6139BF) is unknown color: approx Purple Heart. HEX triplet: 61, 39 and BF. RGB value is (97,57,191). Sum of RGB (Red+Green+Blue) = 97+57+191=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #6139BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139BF is #9EC640. Grayscale: #535353. Windows color (decimal): -10405441 or 12532065. OLE color: 12532065.

HSL color Cylindrical-coordinate representation of color #6139BF: hue angle of 257.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6139BF is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9757191-
CMYK0.490.7000.25
HSL257.91º54.03%48.63%-
HSV(B)257.91º70.16%74.9%-
XYZ15.89.2350.24-
YUV84.24188.25137.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 191 (75% from 255) = 55.36%
R=28.12%
G=16.52%
B=55.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97571910.490.7000.25257.9154.0348.63
Hex6139BF31460191023631
Octal14171277611060314026661
Binary1100001111001101111111100011000110011001100000010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6139BF; }

 p { color: rgb(97,57,191); }

 H1.HeaderClassName
 {
   color: #6139BF;
 }
 .AnyTagClassName
 {
   color: #6139BF;
 }
</style>
background-color css

<style>
 a { background-color: #6139BF; }

 a { background-color: rgb(97,57,191); }

 div.DivClassName
 {
   background-color: #6139BF;
 }
 .BgClassName
 {
   background-color: #6139BF;
 }
</style>
border-color css

<style>
 span { border-color: #6139BF; }

 span { border-color: rgb(97,57,191); }

 td.TdClassName
 {
   border-color: #6139BF;
 }
 .TagClassName
 {
   border-color: #6139BF;
 }
</style>