#6F19B6

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

Shades of Purple Heart #6F19B6

Tints of Purple Heart #6F19B6

Color information

#6F19B6 (or 0x6F19B6) is unknown color: approx Purple Heart. HEX triplet: 6F, 19 and B6. RGB value is (111,25,182). Sum of RGB (Red+Green+Blue) = 111+25+182=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F19B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F19B6 is #90E649. Grayscale: #444444. Windows color (decimal): -9496138 or 11934063. OLE color: 11934063.

HSL color Cylindrical-coordinate representation of color #6F19B6: hue angle of 272.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F19B6 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11125182-
CMYK0.390.8600.29
HSL272.87º75.85%40.59%-
HSV(B)272.87º86.26%71.37%-
XYZ15.357.4544.89-
YUV68.61191.99158.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 182 (71.48% from 255) = 57.23%
R=34.91%
G=7.86%
B=57.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111251820.390.8600.29272.8775.8540.59
Hex6F19B6275601D1114c29
Octal157312664712603542111451
Binary1101111110011011011010011110101100111011000100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F19B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F19B6; }

 p { color: rgb(111,25,182); }

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

<style>
 a { background-color: #6F19B6; }

 a { background-color: rgb(111,25,182); }

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

<style>
 span { border-color: #6F19B6; }

 span { border-color: rgb(111,25,182); }

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