Html Css Color HEX #5A10DD Han Purple

📋 copy color: '#5A10DD'

red 90 ◦ green 16 ◦ blue 221

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

Shades of Han Purple #5A10DD

Tints of Han Purple #5A10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.89%

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

R = 27.52%
G = 4.89%
B = 67.58%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A10DD (or 0x5A10DD) is known color: Han Purple. HEX triplet: 5A, 10 and DD. RGB value is (90,16,221). Sum of RGB (Red+Green+Blue) = 90+16+221=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A10DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A10DD is #A5EF22. Grayscale: #3C3C3C. Windows color (decimal): -10874659 or 14487642. OLE color: 14487642.

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

Color convert

RGB 90 16 221 -
CMYK 0.59 0.93 0 0.13
HSL 261.66º 0.86% 0.46% -
HSV(B) 261.66º 0.93% 0.87% -
XYZ 17.45 7.76 68.99 -
YUV 61.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 90 16 221 0.59 0.93 0 0.13 261.66 0.86 0.46
Hex 5A 10 DD 3B 5D 0 D 106 56 2E
Octal 132 20 335 73 135 0 15 406 126 56
Binary 1011010 10000 11011101 111011 1011101 0 1101 100000110 1010110 101110

Color Harmonies of #5A10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A10DD

Black with #5A10DD

Text Example


Text Example

White with #5A10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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