Html Css Color HEX #591FD0 Purple Heart

📋 copy color: '#591FD0'

red 89 ◦ green 31 ◦ blue 208

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

Shades of Purple Heart #591FD0

Tints of Purple Heart #591FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 63.41%

R = 27.13%
G = 9.45%
B = 63.41%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#591FD0 (or 0x591FD0) is known color: Purple Heart. HEX triplet: 59, 1F and D0. RGB value is (89,31,208). Sum of RGB (Red+Green+Blue) = 89+31+208=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #591FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FD0 is #A6E02F. Grayscale: #434343. Windows color (decimal): -10936368 or 13639513. OLE color: 13639513.

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

Color convert

RGB 89 31 208 -
CMYK 0.57 0.85 0 0.18
HSL 259.66º 0.74% 0.47% -
HSV(B) 259.66º 0.85% 0.82% -
XYZ 15.99 7.66 60.31 -
YUV 68.52 206.72 142.61 -
System Red Green Blue C M Y K H S L
Decimal 89 31 208 0.57 0.85 0 0.18 259.66 0.74 0.47
Hex 59 1F D0 39 55 0 12 104 4A 2F
Octal 131 37 320 71 125 0 22 404 112 57
Binary 1011001 11111 11010000 111001 1010101 0 10010 100000100 1001010 101111

Color Harmonies of #591FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FD0

Black with #591FD0

Text Example


Text Example

White with #591FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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