Html Css Color HEX #521059 Hot Purple

📋 copy color: '#521059'

red 82 ◦ green 16 ◦ blue 89

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

Shades of Hot Purple #521059

Tints of Hot Purple #521059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 43.85%
G = 8.56%
B = 47.59%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521059 (or 0x521059) is known color: Hot Purple. HEX triplet: 52, 10 and 59. RGB value is (82,16,89). Sum of RGB (Red+Green+Blue) = 82+16+89=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #521059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521059 is #ADEFA6. Grayscale: #2B2B2B. Windows color (decimal): -11399079 or 5836882. OLE color: 5836882.

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

Color convert

RGB 82 16 89 -
CMYK 0.08 0.82 0 0.65
HSL 294.25º 0.7% 0.21% -
HSV(B) 294.25º 0.82% 0.35% -
XYZ 5.47 2.89 9.72 -
YUV 44.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 82 16 89 0.08 0.82 0 0.65 294.25 0.7 0.21
Hex 52 10 59 8 52 0 41 126 46 15
Octal 122 20 131 10 122 0 101 446 106 25
Binary 1010010 10000 1011001 1000 1010010 0 1000001 100100110 1000110 10101

Color Harmonies of #521059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521059

Black with #521059

Text Example


Text Example

White with #521059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521059; }

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

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

background-color css

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

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

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

border-color css

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

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

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