Html Css Color HEX #5914BA Purple Heart

📋 copy color: '#5914BA'

red 89 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #5914BA

Tints of Purple Heart #5914BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 30.17%
G = 6.78%
B = 63.05%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5914BA (or 0x5914BA) is known color: Purple Heart. HEX triplet: 59, 14 and BA. RGB value is (89,20,186). Sum of RGB (Red+Green+Blue) = 89+20+186=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #5914BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5914BA is #A6EB45. Grayscale: #3A3A3A. Windows color (decimal): -10939206 or 12194905. OLE color: 12194905.

HSL color Cylindrical-coordinate representation of color #5914BA: hue angle of 264.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5914BA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 20 186 -
CMYK 0.52 0.89 0 0.27
HSL 264.94º 0.81% 0.4% -
HSV(B) 264.94º 0.89% 0.73% -
XYZ 13.23 6.17 46.95 -
YUV 59.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 89 20 186 0.52 0.89 0 0.27 264.94 0.81 0.4
Hex 59 14 BA 34 59 0 1B 109 51 28
Octal 131 24 272 64 131 0 33 411 121 50
Binary 1011001 10100 10111010 110100 1011001 0 11011 100001001 1010001 101000

Color Harmonies of #5914BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5914BA

Black with #5914BA

Text Example


Text Example

White with #5914BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5914BA; }

 p { color: rgb(89,20,186); }

 H1.HeaderClassName
 {
   color: #5914BA;
 }
 .AnyTagClassName
 {
   color: #5914BA;
 }
</style>

background-color css

<style>
 a { background-color: #5914BA; }

 a { background-color: rgb(89,20,186); }

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

border-color css

<style>
 span { border-color: #5914BA; }

 span { border-color: rgb(89,20,186); }

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