#5E33BD

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

Shades of Purple Heart #5E33BD

Tints of Purple Heart #5E33BD

Color information

#5E33BD (or 0x5E33BD) is unknown color: approx Purple Heart. HEX triplet: 5E, 33 and BD. RGB value is (94,51,189). Sum of RGB (Red+Green+Blue) = 94+51+189=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33BD is #A1CC42. Grayscale: #4F4F4F. Windows color (decimal): -10603587 or 12399454. OLE color: 12399454.

HSL color Cylindrical-coordinate representation of color #5E33BD: hue angle of 258.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E33BD is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9451189-
CMYK0.500.7300.26
HSL258.7º57.5%47.06%-
HSV(B)258.7º73.02%74.12%-
XYZ14.998.4248.98-
YUV79.59189.75138.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=28.14%
G=15.27%
B=56.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94511890.500.7300.26258.757.547.06
Hex5E33BD324901A1033a2f
Octal13663275621110324037257
Binary1011110110011101111011100101001001011010100000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,189); }

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

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

 a { background-color: rgb(94,51,189); }

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

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

 span { border-color: rgb(94,51,189); }

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