Html Css Color HEX #521560 Hot Purple

📋 copy color: '#521560'

red 82 ◦ green 21 ◦ blue 96

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

Shades of Hot Purple #521560

Tints of Hot Purple #521560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 41.21%
G = 10.55%
B = 48.24%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521560 (or 0x521560) is known color: Hot Purple. HEX triplet: 52, 15 and 60. RGB value is (82,21,96). Sum of RGB (Red+Green+Blue) = 82+21+96=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #521560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521560 is #ADEA9F. Grayscale: #2F2F2F. Windows color (decimal): -11397792 or 6296914. OLE color: 6296914.

HSL color Cylindrical-coordinate representation of color #521560: hue angle of 288.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521560 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 21 96 -
CMYK 0.15 0.78 0 0.62
HSL 288.8º 0.64% 0.23% -
HSV(B) 288.8º 0.78% 0.38% -
XYZ 5.86 3.17 11.37 -
YUV 47.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 82 21 96 0.15 0.78 0 0.62 288.8 0.64 0.23
Hex 52 15 60 F 4E 0 3E 121 40 17
Octal 122 25 140 17 116 0 76 441 100 27
Binary 1010010 10101 1100000 1111 1001110 0 111110 100100001 1000000 10111

Color Harmonies of #521560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521560

Black with #521560

Text Example


Text Example

White with #521560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521560; }

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

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

background-color css

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

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

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

border-color css

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

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

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