Html Css Color HEX #591CBC Purple Heart

📋 copy color: '#591CBC'

red 89 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #591CBC

Tints of Purple Heart #591CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 29.18%
G = 9.18%
B = 61.64%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#591CBC (or 0x591CBC) is known color: Purple Heart. HEX triplet: 59, 1C and BC. RGB value is (89,28,188). Sum of RGB (Red+Green+Blue) = 89+28+188=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #591CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CBC is #A6E343. Grayscale: #3F3F3F. Windows color (decimal): -10937156 or 12328025. OLE color: 12328025.

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

Color convert

RGB 89 28 188 -
CMYK 0.53 0.85 0 0.26
HSL 262.88º 0.74% 0.42% -
HSV(B) 262.88º 0.85% 0.74% -
XYZ 13.61 6.59 48.13 -
YUV 64.48 197.71 145.49 -
System Red Green Blue C M Y K H S L
Decimal 89 28 188 0.53 0.85 0 0.26 262.88 0.74 0.42
Hex 59 1C BC 35 55 0 1A 107 4A 2A
Octal 131 34 274 65 125 0 32 407 112 52
Binary 1011001 11100 10111100 110101 1010101 0 11010 100000111 1001010 101010

Color Harmonies of #591CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CBC

Black with #591CBC

Text Example


Text Example

White with #591CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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