Html Css Color HEX #5D2DE9 Han Purple

📋 copy color: '#5D2DE9'

red 93 ◦ green 45 ◦ blue 233

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

Shades of Han Purple #5D2DE9

Tints of Han Purple #5D2DE9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.13%

 BLUE value IS 233 (91.41% from 255) = 62.8%

R = 25.07%
G = 12.13%
B = 62.8%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5D2DE9 (or 0x5D2DE9) is known color: Han Purple. HEX triplet: 5D, 2D and E9. RGB value is (93,45,233). Sum of RGB (Red+Green+Blue) = 93+45+233=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 233 (91.41% from 255 or 62.80% from 371); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D2DE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2DE9 is #A2D216. Grayscale: #505050. Windows color (decimal): -10670615 or 15281501. OLE color: 15281501.

HSL color Cylindrical-coordinate representation of color #5D2DE9: hue angle of 255.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D2DE9 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 45 233 -
CMYK 0.60 0.81 0 0.09
HSL 255.32º 0.81% 0.55% -
HSV(B) 255.32º 0.81% 0.91% -
XYZ 20.16 10.09 77.98 -
YUV 80.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 93 45 233 0.60 0.81 0 0.09 255.32 0.81 0.55
Hex 5D 2D E9 3C 51 0 9 FF 51 37
Octal 135 55 351 74 121 0 11 377 121 67
Binary 1011101 101101 11101001 111100 1010001 0 1001 11111111 1010001 110111

Color Harmonies of #5D2DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2DE9

Black with #5D2DE9

Text Example


Text Example

White with #5D2DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,45,233); }

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

background-color css

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

 a { background-color: rgb(93,45,233); }

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

border-color css

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

 span { border-color: rgb(93,45,233); }

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