Html Css Color HEX #591BCD Purple Heart

📋 copy color: '#591BCD'

red 89 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #591BCD

Tints of Purple Heart #591BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.41%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 27.73%
G = 8.41%
B = 63.86%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#591BCD (or 0x591BCD) is known color: Purple Heart. HEX triplet: 59, 1B and CD. RGB value is (89,27,205). Sum of RGB (Red+Green+Blue) = 89+27+205=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #591BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BCD is #A6E432. Grayscale: #414141. Windows color (decimal): -10937395 or 13441881. OLE color: 13441881.

HSL color Cylindrical-coordinate representation of color #591BCD: hue angle of 260.9º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BCD is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 27 205 -
CMYK 0.57 0.87 0 0.20
HSL 260.9º 0.77% 0.45% -
HSV(B) 260.9º 0.87% 0.8% -
XYZ 15.53 7.32 58.35 -
YUV 65.83 206.54 144.53 -
System Red Green Blue C M Y K H S L
Decimal 89 27 205 0.57 0.87 0 0.20 260.9 0.77 0.45
Hex 59 1B CD 39 57 0 14 105 4D 2D
Octal 131 33 315 71 127 0 24 405 115 55
Binary 1011001 11011 11001101 111001 1010111 0 10100 100000101 1001101 101101

Color Harmonies of #591BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BCD

Black with #591BCD

Text Example


Text Example

White with #591BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,27,205); }

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

background-color css

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

 a { background-color: rgb(89,27,205); }

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

border-color css

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

 span { border-color: rgb(89,27,205); }

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