Html Css Color HEX #590CB1 Purple Heart

📋 copy color: '#590CB1'

red 89 ◦ green 12 ◦ blue 177

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

Shades of Purple Heart #590CB1

Tints of Purple Heart #590CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 177 (69.53% from 255) = 63.67%

R = 32.01%
G = 4.32%
B = 63.67%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#590CB1 (or 0x590CB1) is known color: Purple Heart. HEX triplet: 59, 0C and B1. RGB value is (89,12,177). Sum of RGB (Red+Green+Blue) = 89+12+177=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #590CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590CB1 is #A6F34E. Grayscale: #353535. Windows color (decimal): -10941263 or 11603033. OLE color: 11603033.

HSL color Cylindrical-coordinate representation of color #590CB1: hue angle of 268º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590CB1 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 12 177 -
CMYK 0.50 0.93 0 0.31
HSL 268º 0.87% 0.37% -
HSV(B) 268º 0.93% 0.69% -
XYZ 12.19 5.56 42.03 -
YUV 53.83 197.51 153.08 -
System Red Green Blue C M Y K H S L
Decimal 89 12 177 0.50 0.93 0 0.31 268 0.87 0.37
Hex 59 C B1 32 5D 0 1F 10C 57 25
Octal 131 14 261 62 135 0 37 414 127 45
Binary 1011001 1100 10110001 110010 1011101 0 11111 100001100 1010111 100101

Color Harmonies of #590CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590CB1

Black with #590CB1

Text Example


Text Example

White with #590CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,12,177); }

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

background-color css

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

 a { background-color: rgb(89,12,177); }

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

border-color css

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

 span { border-color: rgb(89,12,177); }

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