#6E32CC

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

Shades of Purple Heart #6E32CC

Tints of Purple Heart #6E32CC

Color information

#6E32CC (or 0x6E32CC) is unknown color: approx Purple Heart. HEX triplet: 6E, 32 and CC. RGB value is (110,50,204). Sum of RGB (Red+Green+Blue) = 110+50+204=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E32CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32CC is #91CD33. Grayscale: #545454. Windows color (decimal): -9555252 or 13382254. OLE color: 13382254.

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

Color convert

RGB11050204-
CMYK0.460.7500.2
HSL263.38º60.63%49.8%-
HSV(B)263.38º75.49%80%-
XYZ18.479.9658.07-
YUV85.5194.88145.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=30.22%
G=13.74%
B=56.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110502040.460.7500.2263.3860.6349.8
Hex6E32CC2E4B0141073d32
Octal15662314561130244077562
Binary1101110110010110011001011101001011010100100000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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