Html Css Color HEX #5A13DD Han Purple

📋 copy color: '#5A13DD'

red 90 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #5A13DD

Tints of Han Purple #5A13DD

RGB

 RED value IS 90 (35.55% from 255) = 27.27%

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 27.27%
G = 5.76%
B = 66.97%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A13DD (or 0x5A13DD) is known color: Han Purple. HEX triplet: 5A, 13 and DD. RGB value is (90,19,221). Sum of RGB (Red+Green+Blue) = 90+19+221=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A13DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A13DD is #A5EC22. Grayscale: #3E3E3E. Windows color (decimal): -10873891 or 14488410. OLE color: 14488410.

HSL color Cylindrical-coordinate representation of color #5A13DD: hue angle of 261.09º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A13DD is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 19 221 -
CMYK 0.59 0.91 0 0.13
HSL 261.09º 0.84% 0.47% -
HSV(B) 261.09º 0.91% 0.87% -
XYZ 17.5 7.86 69 -
YUV 63.26 217.02 147.07 -
System Red Green Blue C M Y K H S L
Decimal 90 19 221 0.59 0.91 0 0.13 261.09 0.84 0.47
Hex 5A 13 DD 3B 5B 0 D 105 54 2F
Octal 132 23 335 73 133 0 15 405 124 57
Binary 1011010 10011 11011101 111011 1011011 0 1101 100000101 1010100 101111

Color Harmonies of #5A13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A13DD

Black with #5A13DD

Text Example


Text Example

White with #5A13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,221); }

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

background-color css

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

 a { background-color: rgb(90,19,221); }

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

border-color css

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

 span { border-color: rgb(90,19,221); }

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