Html Css Color HEX #591CD1 Purple Heart

📋 copy color: '#591CD1'

red 89 ◦ green 28 ◦ blue 209

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

Shades of Purple Heart #591CD1

Tints of Purple Heart #591CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 209 (82.03% from 255) = 64.11%

R = 27.3%
G = 8.59%
B = 64.11%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#591CD1 (or 0x591CD1) is known color: Purple Heart. HEX triplet: 59, 1C and D1. RGB value is (89,28,209). Sum of RGB (Red+Green+Blue) = 89+28+209=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 209 (82.03% from 255 or 64.11% from 326); Max value from RGB is 209 - color contains mainly: blue. Hex color #591CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CD1 is #A6E32E. Grayscale: #424242. Windows color (decimal): -10937135 or 13704281. OLE color: 13704281.

HSL color Cylindrical-coordinate representation of color #591CD1: hue angle of 260.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591CD1 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 28 209 -
CMYK 0.57 0.87 0 0.18
HSL 260.22º 0.76% 0.46% -
HSV(B) 260.22º 0.87% 0.82% -
XYZ 16.04 7.56 60.93 -
YUV 66.87 208.21 143.78 -
System Red Green Blue C M Y K H S L
Decimal 89 28 209 0.57 0.87 0 0.18 260.22 0.76 0.46
Hex 59 1C D1 39 57 0 12 104 4C 2E
Octal 131 34 321 71 127 0 22 404 114 56
Binary 1011001 11100 11010001 111001 1010111 0 10010 100000100 1001100 101110

Color Harmonies of #591CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CD1

Black with #591CD1

Text Example


Text Example

White with #591CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591CD1; }

 p { color: rgb(89,28,209); }

 H1.HeaderClassName
 {
   color: #591CD1;
 }
 .AnyTagClassName
 {
   color: #591CD1;
 }
</style>

background-color css

<style>
 a { background-color: #591CD1; }

 a { background-color: rgb(89,28,209); }

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

border-color css

<style>
 span { border-color: #591CD1; }

 span { border-color: rgb(89,28,209); }

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