Html Css Color HEX #6E1ECC Purple Heart

📋 copy color: '#6E1ECC'

red 110 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #6E1ECC

Tints of Purple Heart #6E1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.72%

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

R = 31.98%
G = 8.72%
B = 59.3%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E1ECC (or 0x6E1ECC) is known color: Purple Heart. HEX triplet: 6E, 1E and CC. RGB value is (110,30,204). Sum of RGB (Red+Green+Blue) = 110+30+204=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E1ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ECC is #91E133. Grayscale: #494949. Windows color (decimal): -9560372 or 13377134. OLE color: 13377134.

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

Color convert

RGB 110 30 204 -
CMYK 0.46 0.85 0 0.2
HSL 267.59º 0.74% 0.46% -
HSV(B) 267.59º 0.85% 0.8% -
XYZ 17.79 8.6 57.85 -
YUV 73.76 201.5 153.85 -
System Red Green Blue C M Y K H S L
Decimal 110 30 204 0.46 0.85 0 0.2 267.59 0.74 0.46
Hex 6E 1E CC 2E 55 0 14 10C 4A 2E
Octal 156 36 314 56 125 0 24 414 112 56
Binary 1101110 11110 11001100 101110 1010101 0 10100 100001100 1001010 101110

Color Harmonies of #6E1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1ECC

Black with #6E1ECC

Text Example


Text Example

White with #6E1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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