Html Css Color HEX #6E20CE Purple Heart

📋 copy color: '#6E20CE'

red 110 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6E20CE

Tints of Purple Heart #6E20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 31.61%
G = 9.2%
B = 59.2%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E20CE (or 0x6E20CE) is known color: Purple Heart. HEX triplet: 6E, 20 and CE. RGB value is (110,32,206). Sum of RGB (Red+Green+Blue) = 110+32+206=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E20CE is #91DF31. Grayscale: #4A4A4A. Windows color (decimal): -9559858 or 13508718. OLE color: 13508718.

HSL color Cylindrical-coordinate representation of color #6E20CE: hue angle of 266.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E20CE is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 32 206 -
CMYK 0.47 0.84 0 0.19
HSL 266.9º 0.73% 0.47% -
HSV(B) 266.9º 0.84% 0.81% -
XYZ 18.09 8.8 59.14 -
YUV 75.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 110 32 206 0.47 0.84 0 0.19 266.9 0.73 0.47
Hex 6E 20 CE 2F 54 0 13 10B 49 2F
Octal 156 40 316 57 124 0 23 413 111 57
Binary 1101110 100000 11001110 101111 1010100 0 10011 100001011 1001001 101111

Color Harmonies of #6E20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E20CE

Black with #6E20CE

Text Example


Text Example

White with #6E20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,206); }

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

background-color css

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

 a { background-color: rgb(110,32,206); }

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

border-color css

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

 span { border-color: rgb(110,32,206); }

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