Html Css Color HEX #5D19ED Han Purple

📋 copy color: '#5D19ED'

red 93 ◦ green 25 ◦ blue 237

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

Shades of Han Purple #5D19ED

Tints of Han Purple #5D19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 26.2%
G = 7.04%
B = 66.76%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D19ED (or 0x5D19ED) is known color: Han Purple. HEX triplet: 5D, 19 and ED. RGB value is (93,25,237). Sum of RGB (Red+Green+Blue) = 93+25+237=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D19ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D19ED is #A2E612. Grayscale: #444444. Windows color (decimal): -10675731 or 15538525. OLE color: 15538525.

HSL color Cylindrical-coordinate representation of color #5D19ED: hue angle of 259.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D19ED is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 25 237 -
CMYK 0.61 0.89 0 0.07
HSL 259.25º 0.85% 0.51% -
HSV(B) 259.25º 0.89% 0.93% -
XYZ 20.15 9.14 80.82 -
YUV 69.5 222.53 144.76 -
System Red Green Blue C M Y K H S L
Decimal 93 25 237 0.61 0.89 0 0.07 259.25 0.85 0.51
Hex 5D 19 ED 3D 59 0 7 103 55 33
Octal 135 31 355 75 131 0 7 403 125 63
Binary 1011101 11001 11101101 111101 1011001 0 111 100000011 1010101 110011

Color Harmonies of #5D19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D19ED

Black with #5D19ED

Text Example


Text Example

White with #5D19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,237); }

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

background-color css

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

 a { background-color: rgb(93,25,237); }

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

border-color css

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

 span { border-color: rgb(93,25,237); }

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