Html Css Color HEX #591CCC Purple Heart

📋 copy color: '#591CCC'

red 89 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #591CCC

Tints of Purple Heart #591CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 27.73%
G = 8.72%
B = 63.55%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#591CCC (or 0x591CCC) is known color: Purple Heart. HEX triplet: 59, 1C and CC. RGB value is (89,28,204). Sum of RGB (Red+Green+Blue) = 89+28+204=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #591CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CCC is #A6E333. Grayscale: #414141. Windows color (decimal): -10937140 or 13376601. OLE color: 13376601.

HSL color Cylindrical-coordinate representation of color #591CCC: hue angle of 260.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591CCC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 28 204 -
CMYK 0.56 0.86 0 0.2
HSL 260.8º 0.76% 0.45% -
HSV(B) 260.8º 0.86% 0.8% -
XYZ 15.43 7.31 57.73 -
YUV 66.3 205.71 144.19 -
System Red Green Blue C M Y K H S L
Decimal 89 28 204 0.56 0.86 0 0.2 260.8 0.76 0.45
Hex 59 1C CC 38 56 0 14 105 4C 2D
Octal 131 34 314 70 126 0 24 405 114 55
Binary 1011001 11100 11001100 111000 1010110 0 10100 100000101 1001100 101101

Color Harmonies of #591CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CCC

Black with #591CCC

Text Example


Text Example

White with #591CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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