Html Css Color HEX #521559 Hot Purple

📋 copy color: '#521559'

red 82 ◦ green 21 ◦ blue 89

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

Shades of Hot Purple #521559

Tints of Hot Purple #521559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

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

R = 42.71%
G = 10.94%
B = 46.35%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521559 (or 0x521559) is known color: Hot Purple. HEX triplet: 52, 15 and 59. RGB value is (82,21,89). Sum of RGB (Red+Green+Blue) = 82+21+89=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #521559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521559 is #ADEAA6. Grayscale: #2E2E2E. Windows color (decimal): -11397799 or 5838162. OLE color: 5838162.

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

Color convert

RGB 82 21 89 -
CMYK 0.08 0.76 0 0.65
HSL 293.82º 0.62% 0.22% -
HSV(B) 293.82º 0.76% 0.35% -
XYZ 5.55 3.05 9.75 -
YUV 46.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 82 21 89 0.08 0.76 0 0.65 293.82 0.62 0.22
Hex 52 15 59 8 4C 0 41 126 3E 16
Octal 122 25 131 10 114 0 101 446 76 26
Binary 1010010 10101 1011001 1000 1001100 0 1000001 100100110 111110 10110

Color Harmonies of #521559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521559

Black with #521559

Text Example


Text Example

White with #521559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521559; }

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

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

background-color css

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

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

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

border-color css

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

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

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