#6e21cc

Color #6E21CC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6E21CC

Tints of Purple Heart #6E21CC

Color information

#6E21CC (or 0x6E21CC) is unknown color: approx Purple Heart. HEX triplet: 6E, 21 and CC. RGB value is (110,33,204). Sum of RGB (Red+Green+Blue) = 110+33+204=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E21CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E21CC is #91DE33. Grayscale: #4A4A4A. Windows color (decimal): -9559604 or 13377902. OLE color: 13377902.

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

Color convert

RGB11033204-
CMYK0.460.8400.2
HSL267.02º72.15%46.47%-
HSV(B)267.02º83.82%80%-
XYZ17.878.7657.88-
YUV75.52200.51152.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=31.70%
G=9.51%
B=58.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110332040.460.8400.2267.0272.1546.47
Hex6E21CC2E5401410b482e
Octal156413145612402441311056
Binary11011101000011100110010111010101000101001000010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e21cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6e21cc;
 }
 .AnyTagClassName
 {
   color: #6e21cc;
 }
</style>
background-color css

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

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

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

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

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

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