Html Css Color HEX #6C0EA6 Purple Heart

📋 copy color: '#6C0EA6'

red 108 ◦ green 14 ◦ blue 166

#6C0EA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C0EA6

Tints of Purple Heart #6C0EA6

RGB

 RED value IS 108 (42.58% from 255) = 37.5%

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 166 (65.23% from 255) = 57.64%

R = 37.5%
G = 4.86%
B = 57.64%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6C0EA6 (or 0x6C0EA6) is known color: Purple Heart. HEX triplet: 6C, 0E and A6. RGB value is (108,14,166). Sum of RGB (Red+Green+Blue) = 108+14+166=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #6C0EA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0EA6 is #93F159. Grayscale: #3A3A3A. Windows color (decimal): -9695578 or 10882668. OLE color: 10882668.

HSL color Cylindrical-coordinate representation of color #6C0EA6: hue angle of 277.11º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0EA6 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 14 166 -
CMYK 0.35 0.92 0 0.35
HSL 277.11º 0.84% 0.35% -
HSV(B) 277.11º 0.92% 0.65% -
XYZ 13.22 6.26 36.59 -
YUV 59.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 108 14 166 0.35 0.92 0 0.35 277.11 0.84 0.35
Hex 6C E A6 23 5C 0 23 115 54 23
Octal 154 16 246 43 134 0 43 425 124 43
Binary 1101100 1110 10100110 100011 1011100 0 100011 100010101 1010100 100011

Color Harmonies of #6C0EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0EA6

Black with #6C0EA6

Text Example


Text Example

White with #6C0EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,166); }

 H1.HeaderClassName
 {
   color: #6C0EA6;
 }
 .AnyTagClassName
 {
   color: #6C0EA6;
 }
</style>

background-color css

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

 a { background-color: rgb(108,14,166); }

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

border-color css

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

 span { border-color: rgb(108,14,166); }

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