#6139B6

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

Shades of Purple Heart #6139B6

Tints of Purple Heart #6139B6

Color information

#6139B6 (or 0x6139B6) is unknown color: approx Purple Heart. HEX triplet: 61, 39 and B6. RGB value is (97,57,182). Sum of RGB (Red+Green+Blue) = 97+57+182=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #6139B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139B6 is #9EC649. Grayscale: #525252. Windows color (decimal): -10405450 or 11942241. OLE color: 11942241.

HSL color Cylindrical-coordinate representation of color #6139B6: hue angle of 259.2º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6139B6 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9757182-
CMYK0.470.6900.29
HSL259.2º52.3%46.86%-
HSV(B)259.2º68.68%71.37%-
XYZ14.848.8545.18-
YUV83.21183.75137.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=28.87%
G=16.96%
B=54.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97571820.470.6900.29259.252.346.86
Hex6139B62F4501D103342f
Octal14171266571050354036457
Binary1100001111001101101101011111000101011101100000011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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