Html Css Color HEX #5D23EB Han Purple

📋 copy color: '#5D23EB'

red 93 ◦ green 35 ◦ blue 235

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

Shades of Han Purple #5D23EB

Tints of Han Purple #5D23EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.64%

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

R = 25.62%
G = 9.64%
B = 64.74%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D23EB (or 0x5D23EB) is known color: Han Purple. HEX triplet: 5D, 23 and EB. RGB value is (93,35,235). Sum of RGB (Red+Green+Blue) = 93+35+235=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D23EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D23EB is #A2DC14. Grayscale: #4A4A4A. Windows color (decimal): -10673173 or 15410013. OLE color: 15410013.

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

Color convert

RGB 93 35 235 -
CMYK 0.60 0.85 0 0.08
HSL 257.4º 0.83% 0.53% -
HSV(B) 257.4º 0.85% 0.92% -
XYZ 20.11 9.53 79.38 -
YUV 75.14 218.22 140.74 -
System Red Green Blue C M Y K H S L
Decimal 93 35 235 0.60 0.85 0 0.08 257.4 0.83 0.53
Hex 5D 23 EB 3C 55 0 8 101 53 35
Octal 135 43 353 74 125 0 10 401 123 65
Binary 1011101 100011 11101011 111100 1010101 0 1000 100000001 1010011 110101

Color Harmonies of #5D23EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D23EB

Black with #5D23EB

Text Example


Text Example

White with #5D23EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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