Html Css Color HEX #591CBB Purple Heart

📋 copy color: '#591CBB'

red 89 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #591CBB

Tints of Purple Heart #591CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 29.28%
G = 9.21%
B = 61.51%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#591CBB (or 0x591CBB) is known color: Purple Heart. HEX triplet: 59, 1C and BB. RGB value is (89,28,187). Sum of RGB (Red+Green+Blue) = 89+28+187=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #591CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CBB is #A6E344. Grayscale: #3F3F3F. Windows color (decimal): -10937157 or 12262489. OLE color: 12262489.

HSL color Cylindrical-coordinate representation of color #591CBB: hue angle of 263.02º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591CBB is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 28 187 -
CMYK 0.52 0.85 0 0.27
HSL 263.02º 0.74% 0.42% -
HSV(B) 263.02º 0.85% 0.73% -
XYZ 13.5 6.54 47.56 -
YUV 64.37 197.21 145.57 -
System Red Green Blue C M Y K H S L
Decimal 89 28 187 0.52 0.85 0 0.27 263.02 0.74 0.42
Hex 59 1C BB 34 55 0 1B 107 4A 2A
Octal 131 34 273 64 125 0 33 407 112 52
Binary 1011001 11100 10111011 110100 1010101 0 11011 100000111 1001010 101010

Color Harmonies of #591CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CBB

Black with #591CBB

Text Example


Text Example

White with #591CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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