Html Css Color HEX #5D32ED Han Purple

📋 copy color: '#5D32ED'

red 93 ◦ green 50 ◦ blue 237

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

Shades of Han Purple #5D32ED

Tints of Han Purple #5D32ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.16%

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 24.47%
G = 13.16%
B = 62.37%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D32ED (or 0x5D32ED) is known color: Han Purple. HEX triplet: 5D, 32 and ED. RGB value is (93,50,237). Sum of RGB (Red+Green+Blue) = 93+50+237=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D32ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D32ED is #A2CD12. Grayscale: #535353. Windows color (decimal): -10669331 or 15544925. OLE color: 15544925.

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

Color convert

RGB 93 50 237 -
CMYK 0.61 0.79 0 0.07
HSL 253.8º 0.84% 0.56% -
HSV(B) 253.8º 0.79% 0.93% -
XYZ 20.94 10.72 81.09 -
YUV 84.18 214.25 134.29 -
System Red Green Blue C M Y K H S L
Decimal 93 50 237 0.61 0.79 0 0.07 253.8 0.84 0.56
Hex 5D 32 ED 3D 4F 0 7 FE 54 38
Octal 135 62 355 75 117 0 7 376 124 70
Binary 1011101 110010 11101101 111101 1001111 0 111 11111110 1010100 111000

Color Harmonies of #5D32ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D32ED

Black with #5D32ED

Text Example


Text Example

White with #5D32ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,50,237); }

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

background-color css

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

 a { background-color: rgb(93,50,237); }

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

border-color css

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

 span { border-color: rgb(93,50,237); }

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