Html Css Color HEX #5900BA Purple Heart

📋 copy color: '#5900BA'

red 89 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #5900BA

Tints of Purple Heart #5900BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.36%
G = 0%
B = 67.64%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5900BA (or 0x5900BA) is known color: Purple Heart. HEX triplet: 59, 00 and BA. RGB value is (89,0,186). Sum of RGB (Red+Green+Blue) = 89+0+186=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #5900BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900BA is #A6FF45. Grayscale: #2F2F2F. Windows color (decimal): -10944326 or 12189785. OLE color: 12189785.

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

Color convert

RGB 89 0 186 -
CMYK 0.52 1 0 0.27
HSL 268.71º 1% 0.36% -
HSV(B) 268.71º 1% 0.73% -
XYZ 12.98 5.67 46.86 -
YUV 47.82 205.99 157.38 -
System Red Green Blue C M Y K H S L
Decimal 89 0 186 0.52 1 0 0.27 268.71 1 0.36
Hex 59 0 BA 34 64 0 1B 10D 64 24
Octal 131 0 272 64 144 0 33 415 144 44
Binary 1011001 0 10111010 110100 1100100 0 11011 100001101 1100100 100100

Color Harmonies of #5900BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900BA

Black with #5900BA

Text Example


Text Example

White with #5900BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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