Html Css Color HEX #590EFA Han Purple

📋 copy color: '#590EFA'

red 89 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #590EFA

Tints of Han Purple #590EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 25.21%
G = 3.97%
B = 70.82%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#590EFA (or 0x590EFA) is known color: Han Purple. HEX triplet: 59, 0E and FA. RGB value is (89,14,250). Sum of RGB (Red+Green+Blue) = 89+14+250=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #590EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590EFA is #A6F105. Grayscale: #3E3E3E. Windows color (decimal): -10940678 or 16387673. OLE color: 16387673.

HSL color Cylindrical-coordinate representation of color #590EFA: hue angle of 259.07º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590EFA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 14 250 -
CMYK 0.64 0.94 0 0.02
HSL 259.07º 0.96% 0.52% -
HSV(B) 259.07º 0.94% 0.98% -
XYZ 21.53 9.34 91.11 -
YUV 63.33 233.35 146.31 -
System Red Green Blue C M Y K H S L
Decimal 89 14 250 0.64 0.94 0 0.02 259.07 0.96 0.52
Hex 59 E FA 40 5E 0 2 103 60 34
Octal 131 16 372 100 136 0 2 403 140 64
Binary 1011001 1110 11111010 1000000 1011110 0 10 100000011 1100000 110100

Color Harmonies of #590EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EFA

Black with #590EFA

Text Example


Text Example

White with #590EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,14,250); }

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

background-color css

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

 a { background-color: rgb(89,14,250); }

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

border-color css

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

 span { border-color: rgb(89,14,250); }

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