Html Css Color HEX #591BCF Purple Heart

📋 copy color: '#591BCF'

red 89 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #591BCF

Tints of Purple Heart #591BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 27.55%
G = 8.36%
B = 64.09%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#591BCF (or 0x591BCF) is known color: Purple Heart. HEX triplet: 59, 1B and CF. RGB value is (89,27,207). Sum of RGB (Red+Green+Blue) = 89+27+207=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #591BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BCF is #A6E430. Grayscale: #414141. Windows color (decimal): -10937393 or 13572953. OLE color: 13572953.

HSL color Cylindrical-coordinate representation of color #591BCF: hue angle of 260.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BCF is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 27 207 -
CMYK 0.57 0.87 0 0.19
HSL 260.67º 0.77% 0.46% -
HSV(B) 260.67º 0.87% 0.81% -
XYZ 15.77 7.41 59.63 -
YUV 66.06 207.54 144.36 -
System Red Green Blue C M Y K H S L
Decimal 89 27 207 0.57 0.87 0 0.19 260.67 0.77 0.46
Hex 59 1B CF 39 57 0 13 105 4D 2E
Octal 131 33 317 71 127 0 23 405 115 56
Binary 1011001 11011 11001111 111001 1010111 0 10011 100000101 1001101 101110

Color Harmonies of #591BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BCF

Black with #591BCF

Text Example


Text Example

White with #591BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,27,207); }

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

background-color css

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

 a { background-color: rgb(89,27,207); }

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

border-color css

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

 span { border-color: rgb(89,27,207); }

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