#5E2CAD

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

Shades of Purple Heart #5E2CAD

Tints of Purple Heart #5E2CAD

Color information

#5E2CAD (or 0x5E2CAD) is unknown color: approx Purple Heart. HEX triplet: 5E, 2C and AD. RGB value is (94,44,173). Sum of RGB (Red+Green+Blue) = 94+44+173=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2CAD is #A1D352. Grayscale: #494949. Windows color (decimal): -10605395 or 11349086. OLE color: 11349086.

HSL color Cylindrical-coordinate representation of color #5E2CAD: hue angle of 263.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2CAD is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9444173-
CMYK0.460.7500.32
HSL263.26º59.45%42.55%-
HSV(B)263.26º74.57%67.84%-
XYZ13.067.240.24-
YUV73.66184.06142.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.23%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=30.23%
G=14.15%
B=55.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94441730.460.7500.32263.2659.4542.55
Hex5E2CAD2E4B0201073b2b
Octal13654255561130404077353
Binary10111101011001010110110111010010110100000100000111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2CAD; }

 p { color: rgb(94,44,173); }

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

<style>
 a { background-color: #5E2CAD; }

 a { background-color: rgb(94,44,173); }

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

<style>
 span { border-color: #5E2CAD; }

 span { border-color: rgb(94,44,173); }

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