#6E28D5

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

Shades of Purple Heart #6E28D5

Tints of Purple Heart #6E28D5

Color information

#6E28D5 (or 0x6E28D5) is unknown color: approx Purple Heart. HEX triplet: 6E, 28 and D5. RGB value is (110,40,213). Sum of RGB (Red+Green+Blue) = 110+40+213=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E28D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E28D5 is #91D72A. Grayscale: #505050. Windows color (decimal): -9557803 or 13969518. OLE color: 13969518.

HSL color Cylindrical-coordinate representation of color #6E28D5: hue angle of 264.28º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E28D5 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11040213-
CMYK0.480.8100.16
HSL264.28º68.38%49.61%-
HSV(B)264.28º81.22%83.53%-
XYZ19.29.6463.8-
YUV80.65202.69148.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.30%
GREEN value IS 40 (16.02% from 255) = 11.02%
BLUE value IS 213 (83.59% from 255) = 58.68%
R=30.30%
G=11.02%
B=58.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal110402130.480.8100.16264.2868.3849.61
Hex6E28D530510101084432
Octal156503256012102041010462
Binary11011101010001101010111000010100010100001000010001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E28D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,213); }

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

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

 a { background-color: rgb(110,40,213); }

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

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

 span { border-color: rgb(110,40,213); }

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