Html Css Color HEX #5D2DEF Han Purple

📋 copy color: '#5D2DEF'

red 93 ◦ green 45 ◦ blue 239

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

Shades of Han Purple #5D2DEF

Tints of Han Purple #5D2DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 24.67%
G = 11.94%
B = 63.4%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D2DEF (or 0x5D2DEF) is known color: Han Purple. HEX triplet: 5D, 2D and EF. RGB value is (93,45,239). Sum of RGB (Red+Green+Blue) = 93+45+239=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2DEF is #A2D210. Grayscale: #505050. Windows color (decimal): -10670609 or 15674717. OLE color: 15674717.

HSL color Cylindrical-coordinate representation of color #5D2DEF: hue angle of 254.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D2DEF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 45 239 -
CMYK 0.61 0.81 0 0.06
HSL 254.85º 0.86% 0.56% -
HSV(B) 254.85º 0.81% 0.94% -
XYZ 21.03 10.44 82.57 -
YUV 81.47 216.9 136.23 -
System Red Green Blue C M Y K H S L
Decimal 93 45 239 0.61 0.81 0 0.06 254.85 0.86 0.56
Hex 5D 2D EF 3D 51 0 6 FF 56 38
Octal 135 55 357 75 121 0 6 377 126 70
Binary 1011101 101101 11101111 111101 1010001 0 110 11111111 1010110 111000

Color Harmonies of #5D2DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2DEF

Black with #5D2DEF

Text Example


Text Example

White with #5D2DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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