Html Css Color HEX #5A0DDE Han Purple

📋 copy color: '#5A0DDE'

red 90 ◦ green 13 ◦ blue 222

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

Shades of Han Purple #5A0DDE

Tints of Han Purple #5A0DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 27.69%
G = 4%
B = 68.31%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A0DDE (or 0x5A0DDE) is known color: Han Purple. HEX triplet: 5A, 0D and DE. RGB value is (90,13,222). Sum of RGB (Red+Green+Blue) = 90+13+222=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A0DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DDE is #A5F221. Grayscale: #3B3B3B. Windows color (decimal): -10875426 or 14552410. OLE color: 14552410.

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

Color convert

RGB 90 13 222 -
CMYK 0.59 0.94 0 0.13
HSL 262.11º 0.89% 0.46% -
HSV(B) 262.11º 0.94% 0.87% -
XYZ 17.55 7.74 69.68 -
YUV 59.85 219.51 149.51 -
System Red Green Blue C M Y K H S L
Decimal 90 13 222 0.59 0.94 0 0.13 262.11 0.89 0.46
Hex 5A D DE 3B 5E 0 D 106 59 2E
Octal 132 15 336 73 136 0 15 406 131 56
Binary 1011010 1101 11011110 111011 1011110 0 1101 100000110 1011001 101110

Color Harmonies of #5A0DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0DDE

Black with #5A0DDE

Text Example


Text Example

White with #5A0DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,13,222); }

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

background-color css

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

 a { background-color: rgb(90,13,222); }

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

border-color css

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

 span { border-color: rgb(90,13,222); }

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