#6E3CDC

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

Shades of Purple Heart #6E3CDC

Tints of Purple Heart #6E3CDC

Color information

#6E3CDC (or 0x6E3CDC) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and DC. RGB value is (110,60,220). Sum of RGB (Red+Green+Blue) = 110+60+220=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CDC is #91C323. Grayscale: #5C5C5C. Windows color (decimal): -9552676 or 14433390. OLE color: 14433390.

HSL color Cylindrical-coordinate representation of color #6E3CDC: hue angle of 258.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E3CDC is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11060220-
CMYK0.500.7300.14
HSL258.75º69.57%54.9%-
HSV(B)258.75º72.73%86.27%-
XYZ20.9611.7168.87-
YUV93.19199.56139.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.21%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 220 (86.33% from 255) = 56.41%
R=28.21%
G=15.38%
B=56.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110602200.500.7300.14258.7569.5754.9
Hex6E3CDC32490E1034637
Octal156743346211101640310667
Binary1101110111100110111001100101001001011101000000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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