#6E2AD8

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

Shades of Purple Heart #6E2AD8

Tints of Purple Heart #6E2AD8

Color information

#6E2AD8 (or 0x6E2AD8) is unknown color: approx Purple Heart. HEX triplet: 6E, 2A and D8. RGB value is (110,42,216). Sum of RGB (Red+Green+Blue) = 110+42+216=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E2AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2AD8 is #91D527. Grayscale: #515151. Windows color (decimal): -9557288 or 14166638. OLE color: 14166638.

HSL color Cylindrical-coordinate representation of color #6E2AD8: hue angle of 263.45º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2AD8 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11042216-
CMYK0.490.8100.15
HSL263.45º69.05%50.59%-
HSV(B)263.45º80.56%84.71%-
XYZ19.659.9365.85-
YUV82.17203.53147.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 42 (16.80% from 255) = 11.41%
BLUE value IS 216 (84.77% from 255) = 58.70%
R=29.89%
G=11.41%
B=58.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110422160.490.8100.15263.4569.0550.59
Hex6E2AD831510F1074533
Octal156523306112101740710563
Binary1101110101010110110001100011010001011111000001111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,42,216); }

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

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

 a { background-color: rgb(110,42,216); }

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

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

 span { border-color: rgb(110,42,216); }

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