#5D35EE

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

Shades of Han Purple #5D35EE

Tints of Han Purple #5D35EE

Color information

#5D35EE (or 0x5D35EE) is unknown color: approx Han Purple. HEX triplet: 5D, 35 and EE. RGB value is (93,53,238). Sum of RGB (Red+Green+Blue) = 93+53+238=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D35EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D35EE is #A2CA11. Grayscale: #555555. Windows color (decimal): -10668562 or 15611229. OLE color: 15611229.

HSL color Cylindrical-coordinate representation of color #5D35EE: hue angle of 252.97º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D35EE is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9353238-
CMYK0.610.7800.07
HSL252.97º84.47%57.06%-
HSV(B)252.97º77.73%93.33%-
XYZ21.2211.0581.9-
YUV86.05213.75132.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.22%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 238 (93.36% from 255) = 61.98%
R=24.22%
G=13.80%
B=61.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal93532380.610.7800.07252.9784.4757.06
Hex5D35EE3D4E07fd5439
Octal13565356751160737512471
Binary10111011101011110111011110110011100111111111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D35EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,53,238); }

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

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

 a { background-color: rgb(93,53,238); }

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

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

 span { border-color: rgb(93,53,238); }

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