Html Css Color HEX #5D36FD Han Purple

📋 copy color: '#5D36FD'

red 93 ◦ green 54 ◦ blue 253

#5D36FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5D36FD

Tints of Han Purple #5D36FD

RGB

 RED value IS 93 (36.72% from 255) = 23.25%

 GREEN value IS 54 (21.48% from 255) = 13.5%

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 23.25%
G = 13.5%
B = 63.25%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D36FD (or 0x5D36FD) is known color: Han Purple. HEX triplet: 5D, 36 and FD. RGB value is (93,54,253). Sum of RGB (Red+Green+Blue) = 93+54+253=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D36FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D36FD is #A2C902. Grayscale: #575757. Windows color (decimal): -10668291 or 16594525. OLE color: 16594525.

HSL color Cylindrical-coordinate representation of color #5D36FD: hue angle of 251.76º 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 #5D36FD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 54 253 -
CMYK 0.63 0.79 0 0.01
HSL 251.76º 0.98% 0.6% -
HSV(B) 251.76º 0.79% 0.99% -
XYZ 23.56 12.06 94.01 -
YUV 88.35 220.92 131.32 -
System Red Green Blue C M Y K H S L
Decimal 93 54 253 0.63 0.79 0 0.01 251.76 0.98 0.6
Hex 5D 36 FD 3F 4F 0 1 FC 62 3C
Octal 135 66 375 77 117 0 1 374 142 74
Binary 1011101 110110 11111101 111111 1001111 0 1 11111100 1100010 111100

Color Harmonies of #5D36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D36FD

Black with #5D36FD

Text Example


Text Example

White with #5D36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D36FD;
 }
 .AnyTagClassName
 {
   color: #5D36FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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