Html Css Color HEX #6E3CCE Purple Heart

📋 copy color: '#6E3CCE'

red 110 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #6E3CCE

Tints of Purple Heart #6E3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 29.26%
G = 15.96%
B = 54.79%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E3CCE (or 0x6E3CCE) is known color: Purple Heart. HEX triplet: 6E, 3C and CE. RGB value is (110,60,206). Sum of RGB (Red+Green+Blue) = 110+60+206=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CCE is #91C331. Grayscale: #5B5B5B. Windows color (decimal): -9552690 or 13515886. OLE color: 13515886.

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

Color convert

RGB 110 60 206 -
CMYK 0.47 0.71 0 0.19
HSL 260.55º 0.6% 0.52% -
HSV(B) 260.55º 0.71% 0.81% -
XYZ 19.19 11 59.51 -
YUV 91.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 110 60 206 0.47 0.71 0 0.19 260.55 0.6 0.52
Hex 6E 3C CE 2F 47 0 13 105 3C 34
Octal 156 74 316 57 107 0 23 405 74 64
Binary 1101110 111100 11001110 101111 1000111 0 10011 100000101 111100 110100

Color Harmonies of #6E3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CCE

Black with #6E3CCE

Text Example


Text Example

White with #6E3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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