#6E3ECC

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

Shades of Purple Heart #6E3ECC

Tints of Purple Heart #6E3ECC

Color information

#6E3ECC (or 0x6E3ECC) is unknown color: approx Purple Heart. HEX triplet: 6E, 3E and CC. RGB value is (110,62,204). Sum of RGB (Red+Green+Blue) = 110+62+204=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ECC is #91C133. Grayscale: #5C5C5C. Windows color (decimal): -9552180 or 13385326. OLE color: 13385326.

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

Color convert

RGB11062204-
CMYK0.460.7000.2
HSL260.28º58.2%52.16%-
HSV(B)260.28º69.61%80%-
XYZ19.0511.1258.27-
YUV92.54190.9140.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 62 (24.61% from 255) = 16.49%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=29.26%
G=16.49%
B=54.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110622040.460.7000.2260.2858.252.16
Hex6E3ECC2E460141043a34
Octal15676314561060244047264
Binary1101110111110110011001011101000110010100100000100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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