#5E2CAB

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

Shades of Purple Heart #5E2CAB

Tints of Purple Heart #5E2CAB

Color information

#5E2CAB (or 0x5E2CAB) is unknown color: approx Purple Heart. HEX triplet: 5E, 2C and AB. RGB value is (94,44,171). Sum of RGB (Red+Green+Blue) = 94+44+171=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E2CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2CAB is #A1D354. Grayscale: #484848. Windows color (decimal): -10605397 or 11218014. OLE color: 11218014.

HSL color Cylindrical-coordinate representation of color #5E2CAB: hue angle of 263.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2CAB is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9444171-
CMYK0.450.7400.33
HSL263.62º59.07%42.16%-
HSV(B)263.62º74.27%67.06%-
XYZ12.877.1239.22-
YUV73.43183.06142.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.42%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=30.42%
G=14.24%
B=55.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94441710.450.7400.33263.6259.0742.16
Hex5E2CAB2D4A0211083b2a
Octal13654253551120414107352
Binary10111101011001010101110110110010100100001100001000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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