Html Css Color HEX #590BC9 Purple Heart

📋 copy color: '#590BC9'

red 89 ◦ green 11 ◦ blue 201

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

Shades of Purple Heart #590BC9

Tints of Purple Heart #590BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 66.78%

R = 29.57%
G = 3.65%
B = 66.78%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#590BC9 (or 0x590BC9) is known color: Purple Heart. HEX triplet: 59, 0B and C9. RGB value is (89,11,201). Sum of RGB (Red+Green+Blue) = 89+11+201=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #590BC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BC9 is #A6F436. Grayscale: #373737. Windows color (decimal): -10941495 or 13175641. OLE color: 13175641.

HSL color Cylindrical-coordinate representation of color #590BC9: hue angle of 264.63º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BC9 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 11 201 -
CMYK 0.56 0.95 0 0.21
HSL 264.63º 0.9% 0.42% -
HSV(B) 264.63º 0.95% 0.79% -
XYZ 14.78 6.58 55.75 -
YUV 55.98 209.84 151.55 -
System Red Green Blue C M Y K H S L
Decimal 89 11 201 0.56 0.95 0 0.21 264.63 0.9 0.42
Hex 59 B C9 38 5F 0 15 109 5A 2A
Octal 131 13 311 70 137 0 25 411 132 52
Binary 1011001 1011 11001001 111000 1011111 0 10101 100001001 1011010 101010

Color Harmonies of #590BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BC9

Black with #590BC9

Text Example


Text Example

White with #590BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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