#5F36FD

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

Shades of Han Purple #5F36FD

Tints of Han Purple #5F36FD

Color information

#5F36FD (or 0x5F36FD) is unknown color: approx Han Purple. HEX triplet: 5F, 36 and FD. RGB value is (95,54,253). Sum of RGB (Red+Green+Blue) = 95+54+253=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F36FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F36FD is #A0C902. Grayscale: #585858. Windows color (decimal): -10537219 or 16594527. OLE color: 16594527.

HSL color Cylindrical-coordinate representation of color #5F36FD: hue angle of 252.36º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F36FD is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9554253-
CMYK0.620.7900.01
HSL252.36º98.03%60.2%-
HSV(B)252.36º78.66%99.22%-
XYZ23.7712.1694.02-
YUV88.94220.58132.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 253 (99.22% from 255) = 62.94%
R=23.63%
G=13.43%
B=62.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal95542530.620.7900.01252.3698.0360.2
Hex5F36FD3E4F01fc623c
Octal13766375761170137414274
Binary101111111011011111101111110100111101111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,54,253); }

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

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

 a { background-color: rgb(95,54,253); }

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

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

 span { border-color: rgb(95,54,253); }

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