Html Css Color HEX #590BEA Han Purple

📋 copy color: '#590BEA'

red 89 ◦ green 11 ◦ blue 234

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

Shades of Han Purple #590BEA

Tints of Han Purple #590BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

 BLUE value IS 234 (91.8% from 255) = 70.06%

R = 26.65%
G = 3.29%
B = 70.06%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#590BEA (or 0x590BEA) is known color: Han Purple. HEX triplet: 59, 0B and EA. RGB value is (89,11,234). Sum of RGB (Red+Green+Blue) = 89+11+234=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #590BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BEA is #A6F415. Grayscale: #3A3A3A. Windows color (decimal): -10941462 or 15338329. OLE color: 15338329.

HSL color Cylindrical-coordinate representation of color #590BEA: hue angle of 260.99º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BEA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 11 234 -
CMYK 0.62 0.95 0 0.08
HSL 260.99º 0.91% 0.48% -
HSV(B) 260.99º 0.95% 0.92% -
XYZ 19.09 8.3 78.44 -
YUV 59.74 226.34 148.87 -
System Red Green Blue C M Y K H S L
Decimal 89 11 234 0.62 0.95 0 0.08 260.99 0.91 0.48
Hex 59 B EA 3E 5F 0 8 105 5B 30
Octal 131 13 352 76 137 0 10 405 133 60
Binary 1011001 1011 11101010 111110 1011111 0 1000 100000101 1011011 110000

Color Harmonies of #590BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BEA

Black with #590BEA

Text Example


Text Example

White with #590BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,11,234); }

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

background-color css

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

 a { background-color: rgb(89,11,234); }

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

border-color css

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

 span { border-color: rgb(89,11,234); }

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