#5F35EC

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

Shades of Han Purple #5F35EC

Tints of Han Purple #5F35EC

Color information

#5F35EC (or 0x5F35EC) is unknown color: approx Han Purple. HEX triplet: 5F, 35 and EC. RGB value is (95,53,236). Sum of RGB (Red+Green+Blue) = 95+53+236=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F35EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F35EC is #A0CA13. Grayscale: #555555. Windows color (decimal): -10537492 or 15480159. OLE color: 15480159.

HSL color Cylindrical-coordinate representation of color #5F35EC: hue angle of 253.77º degrees, saturation: 0.83, 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 #5F35EC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9553236-
CMYK0.600.7800.07
HSL253.77º82.81%56.67%-
HSV(B)253.77º77.54%92.55%-
XYZ21.1311.0480.37-
YUV86.42212.41134.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 236 (92.58% from 255) = 61.46%
R=24.74%
G=13.80%
B=61.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95532360.600.7800.07253.7782.8156.67
Hex5F35EC3C4E07fe5339
Octal13765354741160737612371
Binary10111111101011110110011110010011100111111111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,236); }

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

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

 a { background-color: rgb(95,53,236); }

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

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

 span { border-color: rgb(95,53,236); }

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