Html Css Color HEX #590AF2 Han Purple

📋 copy color: '#590AF2'

red 89 ◦ green 10 ◦ blue 242

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

Shades of Han Purple #590AF2

Tints of Han Purple #590AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 70.97%

R = 26.1%
G = 2.93%
B = 70.97%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#590AF2 (or 0x590AF2) is known color: Han Purple. HEX triplet: 59, 0A and F2. RGB value is (89,10,242). Sum of RGB (Red+Green+Blue) = 89+10+242=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #590AF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590AF2 is #A6F50D. Grayscale: #3B3B3B. Windows color (decimal): -10941710 or 15862361. OLE color: 15862361.

HSL color Cylindrical-coordinate representation of color #590AF2: hue angle of 260.43º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590AF2 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 10 242 -
CMYK 0.63 0.96 0 0.05
HSL 260.43º 0.92% 0.49% -
HSV(B) 260.43º 0.96% 0.95% -
XYZ 20.26 8.75 84.63 -
YUV 60.07 230.67 148.64 -
System Red Green Blue C M Y K H S L
Decimal 89 10 242 0.63 0.96 0 0.05 260.43 0.92 0.49
Hex 59 A F2 3F 60 0 5 104 5C 31
Octal 131 12 362 77 140 0 5 404 134 61
Binary 1011001 1010 11110010 111111 1100000 0 101 100000100 1011100 110001

Color Harmonies of #590AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590AF2

Black with #590AF2

Text Example


Text Example

White with #590AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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