#5D36FA

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

Shades of Han Purple #5D36FA

Tints of Han Purple #5D36FA

Color information

#5D36FA (or 0x5D36FA) is unknown color: approx Han Purple. HEX triplet: 5D, 36 and FA. RGB value is (93,54,250). Sum of RGB (Red+Green+Blue) = 93+54+250=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D36FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D36FA is #A2C905. Grayscale: #575757. Windows color (decimal): -10668294 or 16397917. OLE color: 16397917.

HSL color Cylindrical-coordinate representation of color #5D36FA: hue angle of 251.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D36FA is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9354250-
CMYK0.630.7800.02
HSL251.94º95.15%59.61%-
HSV(B)251.94º78.4%98.04%-
XYZ23.0911.8791.52-
YUV88219.42131.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=23.43%
G=13.60%
B=62.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal93542500.630.7800.02251.9495.1559.61
Hex5D36FA3F4E02fc5f3c
Octal13566372771160237413774
Binary1011101110110111110101111111001110010111111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D36FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,54,250); }

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

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

 a { background-color: rgb(93,54,250); }

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

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

 span { border-color: rgb(93,54,250); }

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