Html Css Color HEX #5920BC Purple Heart

📋 copy color: '#5920BC'

red 89 ◦ green 32 ◦ blue 188

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

Shades of Purple Heart #5920BC

Tints of Purple Heart #5920BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 28.8%
G = 10.36%
B = 60.84%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5920BC (or 0x5920BC) is known color: Purple Heart. HEX triplet: 59, 20 and BC. RGB value is (89,32,188). Sum of RGB (Red+Green+Blue) = 89+32+188=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #5920BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920BC is #A6DF43. Grayscale: #424242. Windows color (decimal): -10936132 or 12329049. OLE color: 12329049.

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

Color convert

RGB 89 32 188 -
CMYK 0.53 0.83 0 0.26
HSL 261.92º 0.71% 0.43% -
HSV(B) 261.92º 0.83% 0.74% -
XYZ 13.71 6.79 48.16 -
YUV 66.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 89 32 188 0.53 0.83 0 0.26 261.92 0.71 0.43
Hex 59 20 BC 35 53 0 1A 106 47 2B
Octal 131 40 274 65 123 0 32 406 107 53
Binary 1011001 100000 10111100 110101 1010011 0 11010 100000110 1000111 101011

Color Harmonies of #5920BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5920BC

Black with #5920BC

Text Example


Text Example

White with #5920BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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