Html Css Color HEX #5900BE Purple Heart

📋 copy color: '#5900BE'

red 89 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #5900BE

Tints of Purple Heart #5900BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 31.9%
G = 0%
B = 68.1%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5900BE (or 0x5900BE) is known color: Purple Heart. HEX triplet: 59, 00 and BE. RGB value is (89,0,190). Sum of RGB (Red+Green+Blue) = 89+0+190=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #5900BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900BE is #A6FF41. Grayscale: #2F2F2F. Windows color (decimal): -10944322 or 12451929. OLE color: 12451929.

HSL color Cylindrical-coordinate representation of color #5900BE: hue angle of 268.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900BE is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 0 190 -
CMYK 0.53 1 0 0.25
HSL 268.11º 1% 0.37% -
HSV(B) 268.11º 1% 0.75% -
XYZ 13.41 5.84 49.14 -
YUV 48.27 207.99 157.05 -
System Red Green Blue C M Y K H S L
Decimal 89 0 190 0.53 1 0 0.25 268.11 1 0.37
Hex 59 0 BE 35 64 0 19 10C 64 25
Octal 131 0 276 65 144 0 31 414 144 45
Binary 1011001 0 10111110 110101 1100100 0 11001 100001100 1100100 100101

Color Harmonies of #5900BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900BE

Black with #5900BE

Text Example


Text Example

White with #5900BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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