#5E2ABB

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

Shades of Purple Heart #5E2ABB

Tints of Purple Heart #5E2ABB

Color information

#5E2ABB (or 0x5E2ABB) is unknown color: approx Purple Heart. HEX triplet: 5E, 2A and BB. RGB value is (94,42,187). Sum of RGB (Red+Green+Blue) = 94+42+187=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E2ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ABB is #A1D544. Grayscale: #494949. Windows color (decimal): -10605893 or 12266078. OLE color: 12266078.

HSL color Cylindrical-coordinate representation of color #5E2ABB: hue angle of 261.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2ABB is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9442187-
CMYK0.500.7800.27
HSL261.52º63.32%44.9%-
HSV(B)261.52º77.54%73.33%-
XYZ14.417.6247.73-
YUV74.08191.73142.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 42 (16.80% from 255) = 13.00%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=29.10%
G=13.00%
B=57.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94421870.500.7800.27261.5263.3244.9
Hex5E2ABB324E01B1063f2d
Octal13652273621160334067755
Binary1011110101010101110111100101001110011011100000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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