Html Css Color HEX #5913BF Purple Heart

📋 copy color: '#5913BF'

red 89 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #5913BF

Tints of Purple Heart #5913BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 191 (75% from 255) = 63.88%

R = 29.77%
G = 6.35%
B = 63.88%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5913BF (or 0x5913BF) is known color: Purple Heart. HEX triplet: 59, 13 and BF. RGB value is (89,19,191). Sum of RGB (Red+Green+Blue) = 89+19+191=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #5913BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5913BF is #A6EC40. Grayscale: #3A3A3A. Windows color (decimal): -10939457 or 12522329. OLE color: 12522329.

HSL color Cylindrical-coordinate representation of color #5913BF: hue angle of 264.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5913BF is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 19 191 -
CMYK 0.53 0.90 0 0.25
HSL 264.42º 0.82% 0.41% -
HSV(B) 264.42º 0.9% 0.75% -
XYZ 13.76 6.35 49.79 -
YUV 59.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 89 19 191 0.53 0.90 0 0.25 264.42 0.82 0.41
Hex 59 13 BF 35 5A 0 19 108 52 29
Octal 131 23 277 65 132 0 31 410 122 51
Binary 1011001 10011 10111111 110101 1011010 0 11001 100001000 1010010 101001

Color Harmonies of #5913BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5913BF

Black with #5913BF

Text Example


Text Example

White with #5913BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5913BF; }

 p { color: rgb(89,19,191); }

 H1.HeaderClassName
 {
   color: #5913BF;
 }
 .AnyTagClassName
 {
   color: #5913BF;
 }
</style>

background-color css

<style>
 a { background-color: #5913BF; }

 a { background-color: rgb(89,19,191); }

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

border-color css

<style>
 span { border-color: #5913BF; }

 span { border-color: rgb(89,19,191); }

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