Html Css Color HEX #6E0CCC Purple Heart

📋 copy color: '#6E0CCC'

red 110 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #6E0CCC

Tints of Purple Heart #6E0CCC

RGB

 RED value IS 110 (43.36% from 255) = 33.74%

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 33.74%
G = 3.68%
B = 62.58%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E0CCC (or 0x6E0CCC) is known color: Purple Heart. HEX triplet: 6E, 0C and CC. RGB value is (110,12,204). Sum of RGB (Red+Green+Blue) = 110+12+204=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E0CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CCC is #91F333. Grayscale: #3E3E3E. Windows color (decimal): -9564980 or 13372526. OLE color: 13372526.

HSL color Cylindrical-coordinate representation of color #6E0CCC: hue angle of 270.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0CCC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 12 204 -
CMYK 0.46 0.94 0 0.2
HSL 270.63º 0.89% 0.42% -
HSV(B) 270.63º 0.94% 0.8% -
XYZ 17.46 7.94 57.74 -
YUV 63.19 207.47 161.39 -
System Red Green Blue C M Y K H S L
Decimal 110 12 204 0.46 0.94 0 0.2 270.63 0.89 0.42
Hex 6E C CC 2E 5E 0 14 10F 59 2A
Octal 156 14 314 56 136 0 24 417 131 52
Binary 1101110 1100 11001100 101110 1011110 0 10100 100001111 1011001 101010

Color Harmonies of #6E0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CCC

Black with #6E0CCC

Text Example


Text Example

White with #6E0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,12,204); }

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

background-color css

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

 a { background-color: rgb(110,12,204); }

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

border-color css

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

 span { border-color: rgb(110,12,204); }

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