Html Css Color HEX #591CBF Purple Heart

📋 copy color: '#591CBF'

red 89 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #591CBF

Tints of Purple Heart #591CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 28.9%
G = 9.09%
B = 62.01%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#591CBF (or 0x591CBF) is known color: Purple Heart. HEX triplet: 59, 1C and BF. RGB value is (89,28,191). Sum of RGB (Red+Green+Blue) = 89+28+191=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #591CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CBF is #A6E340. Grayscale: #404040. Windows color (decimal): -10937153 or 12524633. OLE color: 12524633.

HSL color Cylindrical-coordinate representation of color #591CBF: hue angle of 262.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591CBF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 28 191 -
CMYK 0.53 0.85 0 0.25
HSL 262.45º 0.74% 0.43% -
HSV(B) 262.45º 0.85% 0.75% -
XYZ 13.94 6.72 49.85 -
YUV 64.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 89 28 191 0.53 0.85 0 0.25 262.45 0.74 0.43
Hex 59 1C BF 35 55 0 19 106 4A 2B
Octal 131 34 277 65 125 0 31 406 112 53
Binary 1011001 11100 10111111 110101 1010101 0 11001 100000110 1001010 101011

Color Harmonies of #591CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CBF

Black with #591CBF

Text Example


Text Example

White with #591CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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