Html Css Color HEX #590BFD Han Purple

📋 copy color: '#590BFD'

red 89 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #590BFD

Tints of Han Purple #590BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 25.21%
G = 3.12%
B = 71.67%

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

#590BFD (or 0x590BFD) is known color: Han Purple. HEX triplet: 59, 0B and FD. RGB value is (89,11,253). Sum of RGB (Red+Green+Blue) = 89+11+253=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #590BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BFD is #A6F402. Grayscale: #3D3D3D. Windows color (decimal): -10941443 or 16583513. OLE color: 16583513.

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

Color convert

RGB 89 11 253 -
CMYK 0.65 0.96 0 0.01
HSL 259.34º 0.98% 0.52% -
HSV(B) 259.34º 0.96% 0.99% -
XYZ 21.97 9.46 93.6 -
YUV 61.91 235.84 147.32 -
System Red Green Blue C M Y K H S L
Decimal 89 11 253 0.65 0.96 0 0.01 259.34 0.98 0.52
Hex 59 B FD 41 60 0 1 103 62 34
Octal 131 13 375 101 140 0 1 403 142 64
Binary 1011001 1011 11111101 1000001 1100000 0 1 100000011 1100010 110100

Color Harmonies of #590BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BFD

Black with #590BFD

Text Example


Text Example

White with #590BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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