Html Css Color HEX #591FCB Purple Heart

📋 copy color: '#591FCB'

red 89 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #591FCB

Tints of Purple Heart #591FCB

RGB

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

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

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

R = 27.55%
G = 9.6%
B = 62.85%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#591FCB (or 0x591FCB) is known color: Purple Heart. HEX triplet: 59, 1F and CB. RGB value is (89,31,203). Sum of RGB (Red+Green+Blue) = 89+31+203=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #591FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FCB is #A6E034. Grayscale: #434343. Windows color (decimal): -10936373 or 13311833. OLE color: 13311833.

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

Color convert

RGB 89 31 203 -
CMYK 0.56 0.85 0 0.20
HSL 260.23º 0.74% 0.46% -
HSV(B) 260.23º 0.85% 0.8% -
XYZ 15.39 7.42 57.12 -
YUV 67.95 204.22 143.01 -
System Red Green Blue C M Y K H S L
Decimal 89 31 203 0.56 0.85 0 0.20 260.23 0.74 0.46
Hex 59 1F CB 38 55 0 14 104 4A 2E
Octal 131 37 313 70 125 0 24 404 112 56
Binary 1011001 11111 11001011 111000 1010101 0 10100 100000100 1001010 101110

Color Harmonies of #591FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FCB

Black with #591FCB

Text Example


Text Example

White with #591FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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