Html Css Color HEX #591DCB Purple Heart

📋 copy color: '#591DCB'

red 89 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #591DCB

Tints of Purple Heart #591DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 27.73%
G = 9.03%
B = 63.24%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#591DCB (or 0x591DCB) is known color: Purple Heart. HEX triplet: 59, 1D and CB. RGB value is (89,29,203). Sum of RGB (Red+Green+Blue) = 89+29+203=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #591DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DCB is #A6E234. Grayscale: #424242. Windows color (decimal): -10936885 or 13311321. OLE color: 13311321.

HSL color Cylindrical-coordinate representation of color #591DCB: hue angle of 260.69º degrees, saturation: 0.75, 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 #591DCB is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 29 203 -
CMYK 0.56 0.86 0 0.20
HSL 260.69º 0.75% 0.45% -
HSV(B) 260.69º 0.86% 0.8% -
XYZ 15.34 7.31 57.1 -
YUV 66.78 204.88 143.85 -
System Red Green Blue C M Y K H S L
Decimal 89 29 203 0.56 0.86 0 0.20 260.69 0.75 0.45
Hex 59 1D CB 38 56 0 14 105 4B 2D
Octal 131 35 313 70 126 0 24 405 113 55
Binary 1011001 11101 11001011 111000 1010110 0 10100 100000101 1001011 101101

Color Harmonies of #591DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591DCB

Black with #591DCB

Text Example


Text Example

White with #591DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,29,203); }

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

background-color css

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

 a { background-color: rgb(89,29,203); }

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

border-color css

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

 span { border-color: rgb(89,29,203); }

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