Html Css Color HEX #591BCA Purple Heart

📋 copy color: '#591BCA'

red 89 ◦ green 27 ◦ blue 202

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

Shades of Purple Heart #591BCA

Tints of Purple Heart #591BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 27.99%
G = 8.49%
B = 63.52%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#591BCA (or 0x591BCA) is known color: Purple Heart. HEX triplet: 59, 1B and CA. RGB value is (89,27,202). Sum of RGB (Red+Green+Blue) = 89+27+202=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #591BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BCA is #A6E435. Grayscale: #404040. Windows color (decimal): -10937398 or 13245273. OLE color: 13245273.

HSL color Cylindrical-coordinate representation of color #591BCA: hue angle of 261.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BCA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 27 202 -
CMYK 0.56 0.87 0 0.21
HSL 261.26º 0.76% 0.45% -
HSV(B) 261.26º 0.87% 0.79% -
XYZ 15.17 7.17 56.46 -
YUV 65.49 205.04 144.77 -
System Red Green Blue C M Y K H S L
Decimal 89 27 202 0.56 0.87 0 0.21 261.26 0.76 0.45
Hex 59 1B CA 38 57 0 15 105 4C 2D
Octal 131 33 312 70 127 0 25 405 114 55
Binary 1011001 11011 11001010 111000 1010111 0 10101 100000101 1001100 101101

Color Harmonies of #591BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BCA

Black with #591BCA

Text Example


Text Example

White with #591BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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