#5335E5

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

Shades of Han Purple #5335E5

Tints of Han Purple #5335E5

Color information

#5335E5 (or 0x5335E5) is unknown color: approx Han Purple. HEX triplet: 53, 35 and E5. RGB value is (83,53,229). Sum of RGB (Red+Green+Blue) = 83+53+229=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #5335E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335E5 is #ACCA1A. Grayscale: #515151. Windows color (decimal): -11323931 or 15021395. OLE color: 15021395.

HSL color Cylindrical-coordinate representation of color #5335E5: hue angle of 250.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5335E5 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8353229-
CMYK0.640.7700.10
HSL250.23º77.19%55.29%-
HSV(B)250.23º76.86%89.8%-
XYZ18.9810.0475.07-
YUV82.03210.94128.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 229 (89.84% from 255) = 62.74%
R=22.74%
G=14.52%
B=62.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal83532290.640.7700.10250.2377.1955.29
Hex5335E5404D0Afa4d37
Octal1236534510011501237211567
Binary1010011110101111001011000000100110101010111110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5335E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5335E5; }

 p { color: rgb(83,53,229); }

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

<style>
 a { background-color: #5335E5; }

 a { background-color: rgb(83,53,229); }

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

<style>
 span { border-color: #5335E5; }

 span { border-color: rgb(83,53,229); }

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