Html Css Color HEX #521259 Hot Purple

📋 copy color: '#521259'

red 82 ◦ green 18 ◦ blue 89

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

Shades of Hot Purple #521259

Tints of Hot Purple #521259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 43.39%
G = 9.52%
B = 47.09%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521259 (or 0x521259) is known color: Hot Purple. HEX triplet: 52, 12 and 59. RGB value is (82,18,89). Sum of RGB (Red+Green+Blue) = 82+18+89=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #521259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521259 is #ADEDA6. Grayscale: #2D2D2D. Windows color (decimal): -11398567 or 5837394. OLE color: 5837394.

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

Color convert

RGB 82 18 89 -
CMYK 0.08 0.80 0 0.65
HSL 294.08º 0.66% 0.21% -
HSV(B) 294.08º 0.8% 0.35% -
XYZ 5.5 2.95 9.73 -
YUV 45.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 82 18 89 0.08 0.80 0 0.65 294.08 0.66 0.21
Hex 52 12 59 8 50 0 41 126 42 15
Octal 122 22 131 10 120 0 101 446 102 25
Binary 1010010 10010 1011001 1000 1010000 0 1000001 100100110 1000010 10101

Color Harmonies of #521259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521259

Black with #521259

Text Example


Text Example

White with #521259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521259; }

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

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

background-color css

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

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

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

border-color css

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

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

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