Html Css Color HEX #5D31EC Han Purple

📋 copy color: '#5D31EC'

red 93 ◦ green 49 ◦ blue 236

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

Shades of Han Purple #5D31EC

Tints of Han Purple #5D31EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

 BLUE value IS 236 (92.58% from 255) = 62.43%

R = 24.6%
G = 12.96%
B = 62.43%

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

#5D31EC (or 0x5D31EC) is known color: Han Purple. HEX triplet: 5D, 31 and EC. RGB value is (93,49,236). Sum of RGB (Red+Green+Blue) = 93+49+236=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D31EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D31EC is #A2CE13. Grayscale: #525252. Windows color (decimal): -10669588 or 15479133. OLE color: 15479133.

HSL color Cylindrical-coordinate representation of color #5D31EC: hue angle of 254.12º degrees, saturation: 0.83, 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 #5D31EC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 49 236 -
CMYK 0.61 0.79 0 0.07
HSL 254.12º 0.83% 0.56% -
HSV(B) 254.12º 0.79% 0.93% -
XYZ 20.75 10.58 80.31 -
YUV 83.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 93 49 236 0.61 0.79 0 0.07 254.12 0.83 0.56
Hex 5D 31 EC 3D 4F 0 7 FE 53 38
Octal 135 61 354 75 117 0 7 376 123 70
Binary 1011101 110001 11101100 111101 1001111 0 111 11111110 1010011 111000

Color Harmonies of #5D31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D31EC

Black with #5D31EC

Text Example


Text Example

White with #5D31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,49,236); }

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

background-color css

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

 a { background-color: rgb(93,49,236); }

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

border-color css

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

 span { border-color: rgb(93,49,236); }

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