#6E09C4

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

Shades of Purple Heart #6E09C4

Tints of Purple Heart #6E09C4

Color information

#6E09C4 (or 0x6E09C4) is unknown color: approx Purple Heart. HEX triplet: 6E, 09 and C4. RGB value is (110,9,196). Sum of RGB (Red+Green+Blue) = 110+9+196=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 196 (76.95% from 255 or 62.22% from 315); Max value from RGB is 196 - color contains mainly: blue. Hex color #6E09C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E09C4 is #91F63B. Grayscale: #3B3B3B. Windows color (decimal): -9565756 or 12847470. OLE color: 12847470.

HSL color Cylindrical-coordinate representation of color #6E09C4: hue angle of 272.41º 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 #6E09C4 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1109196-
CMYK0.440.9500.23
HSL272.41º91.22%40.2%-
HSV(B)272.41º95.41%76.86%-
XYZ16.497.552.8-
YUV60.52204.46163.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 196 (76.95% from 255) = 62.22%
R=34.92%
G=2.86%
B=62.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11091960.440.9500.23272.4191.2240.2
Hex6E9C42C5F0171105b28
Octal156113045413702742013350
Binary110111010011100010010110010111110101111000100001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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