Html Css Color HEX #590AFC Han Purple

📋 copy color: '#590AFC'

red 89 ◦ green 10 ◦ blue 252

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

Shades of Han Purple #590AFC

Tints of Han Purple #590AFC

RGB

 RED value IS 89 (35.16% from 255) = 25.36%

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

 BLUE value IS 252 (98.83% from 255) = 71.79%

R = 25.36%
G = 2.85%
B = 71.79%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#590AFC (or 0x590AFC) is known color: Han Purple. HEX triplet: 59, 0A and FC. RGB value is (89,10,252). Sum of RGB (Red+Green+Blue) = 89+10+252=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #590AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590AFC is #A6F503. Grayscale: #3C3C3C. Windows color (decimal): -10941700 or 16517721. OLE color: 16517721.

HSL color Cylindrical-coordinate representation of color #590AFC: hue angle of 259.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590AFC is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 10 252 -
CMYK 0.65 0.96 0 0.01
HSL 259.59º 0.98% 0.51% -
HSV(B) 259.59º 0.96% 0.99% -
XYZ 21.8 9.37 92.75 -
YUV 61.21 235.67 147.82 -
System Red Green Blue C M Y K H S L
Decimal 89 10 252 0.65 0.96 0 0.01 259.59 0.98 0.51
Hex 59 A FC 41 60 0 1 104 62 33
Octal 131 12 374 101 140 0 1 404 142 63
Binary 1011001 1010 11111100 1000001 1100000 0 1 100000100 1100010 110011

Color Harmonies of #590AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590AFC

Black with #590AFC

Text Example


Text Example

White with #590AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590AFC; }

 p { color: rgb(89,10,252); }

 H1.HeaderClassName
 {
   color: #590AFC;
 }
 .AnyTagClassName
 {
   color: #590AFC;
 }
</style>

background-color css

<style>
 a { background-color: #590AFC; }

 a { background-color: rgb(89,10,252); }

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

border-color css

<style>
 span { border-color: #590AFC; }

 span { border-color: rgb(89,10,252); }

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