Html Css Color HEX #5A12DD Han Purple

📋 copy color: '#5A12DD'

red 90 ◦ green 18 ◦ blue 221

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

Shades of Han Purple #5A12DD

Tints of Han Purple #5A12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 27.36%
G = 5.47%
B = 67.17%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A12DD (or 0x5A12DD) is known color: Han Purple. HEX triplet: 5A, 12 and DD. RGB value is (90,18,221). Sum of RGB (Red+Green+Blue) = 90+18+221=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A12DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A12DD is #A5ED22. Grayscale: #3D3D3D. Windows color (decimal): -10874147 or 14488154. OLE color: 14488154.

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

Color convert

RGB 90 18 221 -
CMYK 0.59 0.92 0 0.13
HSL 261.28º 0.85% 0.47% -
HSV(B) 261.28º 0.92% 0.87% -
XYZ 17.48 7.83 69 -
YUV 62.67 217.35 147.49 -
System Red Green Blue C M Y K H S L
Decimal 90 18 221 0.59 0.92 0 0.13 261.28 0.85 0.47
Hex 5A 12 DD 3B 5C 0 D 105 55 2F
Octal 132 22 335 73 134 0 15 405 125 57
Binary 1011010 10010 11011101 111011 1011100 0 1101 100000101 1010101 101111

Color Harmonies of #5A12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A12DD

Black with #5A12DD

Text Example


Text Example

White with #5A12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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