Html Css Color HEX #5A0AF6 Han Purple

📋 copy color: '#5A0AF6'

red 90 ◦ green 10 ◦ blue 246

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

Shades of Han Purple #5A0AF6

Tints of Han Purple #5A0AF6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

 BLUE value IS 246 (96.48% from 255) = 71.1%

R = 26.01%
G = 2.89%
B = 71.1%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5A0AF6 (or 0x5A0AF6) is known color: Han Purple. HEX triplet: 5A, 0A and F6. RGB value is (90,10,246). Sum of RGB (Red+Green+Blue) = 90+10+246=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A0AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0AF6 is #A5F509. Grayscale: #3B3B3B. Windows color (decimal): -10876170 or 16124506. OLE color: 16124506.

HSL color Cylindrical-coordinate representation of color #5A0AF6: hue angle of 260.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0AF6 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 10 246 -
CMYK 0.63 0.96 0 0.04
HSL 260.34º 0.93% 0.5% -
HSV(B) 260.34º 0.96% 0.96% -
XYZ 20.96 9.04 87.83 -
YUV 60.82 232.5 148.81 -
System Red Green Blue C M Y K H S L
Decimal 90 10 246 0.63 0.96 0 0.04 260.34 0.93 0.5
Hex 5A A F6 3F 60 0 4 104 5D 32
Octal 132 12 366 77 140 0 4 404 135 62
Binary 1011010 1010 11110110 111111 1100000 0 100 100000100 1011101 110010

Color Harmonies of #5A0AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0AF6

Black with #5A0AF6

Text Example


Text Example

White with #5A0AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,10,246); }

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

background-color css

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

 a { background-color: rgb(90,10,246); }

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

border-color css

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

 span { border-color: rgb(90,10,246); }

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