#5E33B3

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

Shades of Purple Heart #5E33B3

Tints of Purple Heart #5E33B3

Color information

#5E33B3 (or 0x5E33B3) is unknown color: approx Purple Heart. HEX triplet: 5E, 33 and B3. RGB value is (94,51,179). Sum of RGB (Red+Green+Blue) = 94+51+179=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E33B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33B3 is #A1CC4C. Grayscale: #4D4D4D. Windows color (decimal): -10603597 or 11744094. OLE color: 11744094.

HSL color Cylindrical-coordinate representation of color #5E33B3: hue angle of 260.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E33B3 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9451179-
CMYK0.470.7200.30
HSL260.16º55.65%45.1%-
HSV(B)260.16º71.51%70.2%-
XYZ13.94843.46-
YUV78.45184.75139.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 179 (70.31% from 255) = 55.25%
R=29.01%
G=15.74%
B=55.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94511790.470.7200.30260.1655.6545.1
Hex5E33B32F4801E104382d
Octal13663263571100364047055
Binary1011110110011101100111011111001000011110100000100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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