Html Css Color HEX #6E42CC Purple Heart

📋 copy color: '#6E42CC'

red 110 ◦ green 66 ◦ blue 204

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

Shades of Purple Heart #6E42CC

Tints of Purple Heart #6E42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

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

R = 28.95%
G = 17.37%
B = 53.68%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E42CC (or 0x6E42CC) is known color: Purple Heart. HEX triplet: 6E, 42 and CC. RGB value is (110,66,204). Sum of RGB (Red+Green+Blue) = 110+66+204=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E42CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E42CC is #91BD33. Grayscale: #5E5E5E. Windows color (decimal): -9551156 or 13386350. OLE color: 13386350.

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

Color convert

RGB 110 66 204 -
CMYK 0.46 0.68 0 0.2
HSL 259.13º 0.58% 0.53% -
HSV(B) 259.13º 0.68% 0.8% -
XYZ 19.28 11.57 58.34 -
YUV 94.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 110 66 204 0.46 0.68 0 0.2 259.13 0.58 0.53
Hex 6E 42 CC 2E 44 0 14 103 3A 35
Octal 156 102 314 56 104 0 24 403 72 65
Binary 1101110 1000010 11001100 101110 1000100 0 10100 100000011 111010 110101

Color Harmonies of #6E42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E42CC

Black with #6E42CC

Text Example


Text Example

White with #6E42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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