Html Css Color HEX #5904BC Purple Heart

📋 copy color: '#5904BC'

red 89 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #5904BC

Tints of Purple Heart #5904BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 31.67%
G = 1.42%
B = 66.9%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5904BC (or 0x5904BC) is known color: Purple Heart. HEX triplet: 59, 04 and BC. RGB value is (89,4,188). Sum of RGB (Red+Green+Blue) = 89+4+188=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #5904BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904BC is #A6FB43. Grayscale: #313131. Windows color (decimal): -10943300 or 12321881. OLE color: 12321881.

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

Color convert

RGB 89 4 188 -
CMYK 0.53 0.98 0 0.26
HSL 267.72º 0.96% 0.38% -
HSV(B) 267.72º 0.98% 0.74% -
XYZ 13.24 5.84 48.01 -
YUV 50.39 205.66 155.54 -
System Red Green Blue C M Y K H S L
Decimal 89 4 188 0.53 0.98 0 0.26 267.72 0.96 0.38
Hex 59 4 BC 35 62 0 1A 10C 60 26
Octal 131 4 274 65 142 0 32 414 140 46
Binary 1011001 100 10111100 110101 1100010 0 11010 100001100 1100000 100110

Color Harmonies of #5904BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5904BC

Black with #5904BC

Text Example


Text Example

White with #5904BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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