Html Css Color HEX #591FCD Purple Heart

📋 copy color: '#591FCD'

red 89 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #591FCD

Tints of Purple Heart #591FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

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

R = 27.38%
G = 9.54%
B = 63.08%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#591FCD (or 0x591FCD) is known color: Purple Heart. HEX triplet: 59, 1F and CD. RGB value is (89,31,205). Sum of RGB (Red+Green+Blue) = 89+31+205=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #591FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FCD is #A6E032. Grayscale: #434343. Windows color (decimal): -10936371 or 13442905. OLE color: 13442905.

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

Color convert

RGB 89 31 205 -
CMYK 0.57 0.85 0 0.20
HSL 260º 0.74% 0.46% -
HSV(B) 260º 0.85% 0.8% -
XYZ 15.63 7.51 58.38 -
YUV 68.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 89 31 205 0.57 0.85 0 0.20 260 0.74 0.46
Hex 59 1F CD 39 55 0 14 104 4A 2E
Octal 131 37 315 71 125 0 24 404 112 56
Binary 1011001 11111 11001101 111001 1010101 0 10100 100000100 1001010 101110

Color Harmonies of #591FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FCD

Black with #591FCD

Text Example


Text Example

White with #591FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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