Html Css Color HEX #521159 Hot Purple

📋 copy color: '#521159'

red 82 ◦ green 17 ◦ blue 89

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

Shades of Hot Purple #521159

Tints of Hot Purple #521159

RGB

 RED value IS 82 (32.42% from 255) = 43.62%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 43.62%
G = 9.04%
B = 47.34%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521159 (or 0x521159) is known color: Hot Purple. HEX triplet: 52, 11 and 59. RGB value is (82,17,89). Sum of RGB (Red+Green+Blue) = 82+17+89=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #521159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521159 is #ADEEA6. Grayscale: #2C2C2C. Windows color (decimal): -11398823 or 5837138. OLE color: 5837138.

HSL color Cylindrical-coordinate representation of color #521159: hue angle of 294.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521159 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 17 89 -
CMYK 0.08 0.81 0 0.65
HSL 294.17º 0.68% 0.21% -
HSV(B) 294.17º 0.81% 0.35% -
XYZ 5.48 2.92 9.73 -
YUV 44.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 82 17 89 0.08 0.81 0 0.65 294.17 0.68 0.21
Hex 52 11 59 8 51 0 41 126 44 15
Octal 122 21 131 10 121 0 101 446 104 25
Binary 1010010 10001 1011001 1000 1010001 0 1000001 100100110 1000100 10101

Color Harmonies of #521159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521159

Black with #521159

Text Example


Text Example

White with #521159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521159; }

 p { color: rgb(82,17,89); }

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

background-color css

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

 a { background-color: rgb(82,17,89); }

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

border-color css

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

 span { border-color: rgb(82,17,89); }

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