Html Css Color HEX #5920B2 Purple Heart

📋 copy color: '#5920B2'

red 89 ◦ green 32 ◦ blue 178

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

Shades of Purple Heart #5920B2

Tints of Purple Heart #5920B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 59.53%

R = 29.77%
G = 10.7%
B = 59.53%

CMYK

 C value IS 0.5

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5920B2 (or 0x5920B2) is known color: Purple Heart. HEX triplet: 59, 20 and B2. RGB value is (89,32,178). Sum of RGB (Red+Green+Blue) = 89+32+178=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #5920B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5920B2 is #A6DF4D. Grayscale: #414141. Windows color (decimal): -10936142 or 11673689. OLE color: 11673689.

HSL color Cylindrical-coordinate representation of color #5920B2: hue angle of 263.42º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5920B2 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 32 178 -
CMYK 0.5 0.82 0 0.30
HSL 263.42º 0.7% 0.41% -
HSV(B) 263.42º 0.82% 0.7% -
XYZ 12.67 6.37 42.68 -
YUV 65.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 89 32 178 0.5 0.82 0 0.30 263.42 0.7 0.41
Hex 59 20 B2 32 52 0 1E 107 46 29
Octal 131 40 262 62 122 0 36 407 106 51
Binary 1011001 100000 10110010 110010 1010010 0 11110 100000111 1000110 101001

Color Harmonies of #5920B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5920B2

Black with #5920B2

Text Example


Text Example

White with #5920B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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