#6F09C4

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

Shades of Purple Heart #6F09C4

Tints of Purple Heart #6F09C4

Color information

#6F09C4 (or 0x6F09C4) is unknown color: approx Purple Heart. HEX triplet: 6F, 09 and C4. RGB value is (111,9,196). Sum of RGB (Red+Green+Blue) = 111+9+196=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 196 (76.95% from 255 or 62.03% from 316); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F09C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09C4 is #90F63B. Grayscale: #3C3C3C. Windows color (decimal): -9500220 or 12847471. OLE color: 12847471.

HSL color Cylindrical-coordinate representation of color #6F09C4: hue angle of 272.73º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F09C4 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1119196-
CMYK0.430.9500.23
HSL272.73º91.22%40.2%-
HSV(B)272.73º95.41%76.86%-
XYZ16.627.5652.81-
YUV60.82204.29163.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 196 (76.95% from 255) = 62.03%
R=35.13%
G=2.85%
B=62.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11191960.430.9500.23272.7391.2240.2
Hex6F9C42B5F0171115b28
Octal157113045313702742113350
Binary110111110011100010010101110111110101111000100011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,196); }

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

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

 a { background-color: rgb(111,9,196); }

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

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

 span { border-color: rgb(111,9,196); }

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