#5933E4

Color #5933E4 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5933E4

Tints of Han Purple #5933E4

Color information

#5933E4 (or 0x5933E4) is unknown color: approx Han Purple. HEX triplet: 59, 33 and E4. RGB value is (89,51,228). Sum of RGB (Red+Green+Blue) = 89+51+228=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #5933E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933E4 is #A6CC1B. Grayscale: #515151. Windows color (decimal): -10931228 or 14955353. OLE color: 14955353.

HSL color Cylindrical-coordinate representation of color #5933E4: hue angle of 252.88º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5933E4 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8951228-
CMYK0.610.7800.11
HSL252.88º76.62%54.71%-
HSV(B)252.88º77.63%89.41%-
XYZ19.3110.0974.33-
YUV82.54210.09132.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 51 (20.31% from 255) = 13.86%
BLUE value IS 228 (89.45% from 255) = 61.96%
R=24.18%
G=13.86%
B=61.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal89512280.610.7800.11252.8876.6254.71
Hex5933E43D4E0Bfd4d37
Octal131633447511601337511567
Binary101100111001111100100111101100111001011111111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5933E4; }

 p { color: rgb(89,51,228); }

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

<style>
 a { background-color: #5933E4; }

 a { background-color: rgb(89,51,228); }

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

<style>
 span { border-color: #5933E4; }

 span { border-color: rgb(89,51,228); }

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