Html Css Color HEX #5D37EB Han Purple

📋 copy color: '#5D37EB'

red 93 ◦ green 55 ◦ blue 235

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

Shades of Han Purple #5D37EB

Tints of Han Purple #5D37EB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 24.28%
G = 14.36%
B = 61.36%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D37EB (or 0x5D37EB) is known color: Han Purple. HEX triplet: 5D, 37 and EB. RGB value is (93,55,235). Sum of RGB (Red+Green+Blue) = 93+55+235=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D37EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D37EB is #A2C814. Grayscale: #565656. Windows color (decimal): -10668053 or 15415133. OLE color: 15415133.

HSL color Cylindrical-coordinate representation of color #5D37EB: hue angle of 252.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D37EB is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 55 235 -
CMYK 0.60 0.77 0 0.08
HSL 252.67º 0.82% 0.57% -
HSV(B) 252.67º 0.77% 0.92% -
XYZ 20.88 11.06 79.63 -
YUV 86.88 211.59 132.36 -
System Red Green Blue C M Y K H S L
Decimal 93 55 235 0.60 0.77 0 0.08 252.67 0.82 0.57
Hex 5D 37 EB 3C 4D 0 8 FD 52 39
Octal 135 67 353 74 115 0 10 375 122 71
Binary 1011101 110111 11101011 111100 1001101 0 1000 11111101 1010010 111001

Color Harmonies of #5D37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D37EB

Black with #5D37EB

Text Example


Text Example

White with #5D37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,55,235); }

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

background-color css

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

 a { background-color: rgb(93,55,235); }

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

border-color css

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

 span { border-color: rgb(93,55,235); }

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