Html Css Color HEX #5900BC Purple Heart

📋 copy color: '#5900BC'

red 89 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #5900BC

Tints of Purple Heart #5900BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.87%

R = 32.13%
G = 0%
B = 67.87%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5900BC (or 0x5900BC) is known color: Purple Heart. HEX triplet: 59, 00 and BC. RGB value is (89,0,188). Sum of RGB (Red+Green+Blue) = 89+0+188=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #5900BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900BC is #A6FF43. Grayscale: #2F2F2F. Windows color (decimal): -10944324 or 12320857. OLE color: 12320857.

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

Color convert

RGB 89 0 188 -
CMYK 0.53 1 0 0.26
HSL 268.4º 1% 0.37% -
HSV(B) 268.4º 1% 0.74% -
XYZ 13.2 5.75 47.99 -
YUV 48.04 206.99 157.21 -
System Red Green Blue C M Y K H S L
Decimal 89 0 188 0.53 1 0 0.26 268.4 1 0.37
Hex 59 0 BC 35 64 0 1A 10C 64 25
Octal 131 0 274 65 144 0 32 414 144 45
Binary 1011001 0 10111100 110101 1100100 0 11010 100001100 1100100 100101

Color Harmonies of #5900BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5900BC

Black with #5900BC

Text Example


Text Example

White with #5900BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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