Html Css Color HEX #6E14CE Purple Heart

📋 copy color: '#6E14CE'

red 110 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #6E14CE

Tints of Purple Heart #6E14CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

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

R = 32.74%
G = 5.95%
B = 61.31%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E14CE (or 0x6E14CE) is known color: Purple Heart. HEX triplet: 6E, 14 and CE. RGB value is (110,20,206). Sum of RGB (Red+Green+Blue) = 110+20+206=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E14CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14CE is #91EB31. Grayscale: #434343. Windows color (decimal): -9562930 or 13505646. OLE color: 13505646.

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

Color convert

RGB 110 20 206 -
CMYK 0.47 0.90 0 0.19
HSL 269.03º 0.82% 0.44% -
HSV(B) 269.03º 0.9% 0.81% -
XYZ 17.82 8.27 59.05 -
YUV 68.11 205.82 157.88 -
System Red Green Blue C M Y K H S L
Decimal 110 20 206 0.47 0.90 0 0.19 269.03 0.82 0.44
Hex 6E 14 CE 2F 5A 0 13 10D 52 2C
Octal 156 24 316 57 132 0 23 415 122 54
Binary 1101110 10100 11001110 101111 1011010 0 10011 100001101 1010010 101100

Color Harmonies of #6E14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E14CE

Black with #6E14CE

Text Example


Text Example

White with #6E14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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