Html Css Color HEX #6E1CCE Purple Heart

📋 copy color: '#6E1CCE'

red 110 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #6E1CCE

Tints of Purple Heart #6E1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 31.98%
G = 8.14%
B = 59.88%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E1CCE (or 0x6E1CCE) is known color: Purple Heart. HEX triplet: 6E, 1C and CE. RGB value is (110,28,206). Sum of RGB (Red+Green+Blue) = 110+28+206=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E1CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CCE is #91E331. Grayscale: #484848. Windows color (decimal): -9560882 or 13507694. OLE color: 13507694.

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

Color convert

RGB 110 28 206 -
CMYK 0.47 0.86 0 0.19
HSL 267.64º 0.76% 0.46% -
HSV(B) 267.64º 0.86% 0.81% -
XYZ 17.99 8.6 59.1 -
YUV 72.81 203.17 154.53 -
System Red Green Blue C M Y K H S L
Decimal 110 28 206 0.47 0.86 0 0.19 267.64 0.76 0.46
Hex 6E 1C CE 2F 56 0 13 10C 4C 2E
Octal 156 34 316 57 126 0 23 414 114 56
Binary 1101110 11100 11001110 101111 1010110 0 10011 100001100 1001100 101110

Color Harmonies of #6E1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CCE

Black with #6E1CCE

Text Example


Text Example

White with #6E1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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