#5E2ACB

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

Shades of Purple Heart #5E2ACB

Tints of Purple Heart #5E2ACB

Color information

#5E2ACB (or 0x5E2ACB) is unknown color: approx Purple Heart. HEX triplet: 5E, 2A and CB. RGB value is (94,42,203). Sum of RGB (Red+Green+Blue) = 94+42+203=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E2ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ACB is #A1D534. Grayscale: #4B4B4B. Windows color (decimal): -10605877 or 13314654. OLE color: 13314654.

HSL color Cylindrical-coordinate representation of color #5E2ACB: hue angle of 259.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E2ACB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9442203-
CMYK0.540.7900.20
HSL259.38º65.71%48.04%-
HSV(B)259.38º79.31%79.61%-
XYZ16.228.3557.26-
YUV75.9199.73140.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 203 (79.69% from 255) = 59.88%
R=27.73%
G=12.39%
B=59.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94422030.540.7900.20259.3865.7148.04
Hex5E2ACB364F0141034230
Octal136523136611702440310260
Binary10111101010101100101111011010011110101001000000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,42,203); }

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

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

 a { background-color: rgb(94,42,203); }

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

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

 span { border-color: rgb(94,42,203); }

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