Html Css Color HEX #520552 Hot Purple

📋 copy color: '#520552'

red 82 ◦ green 5 ◦ blue 82

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

Shades of Hot Purple #520552

Tints of Hot Purple #520552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 82 (32.42% from 255) = 48.52%

R = 48.52%
G = 2.96%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#520552 (or 0x520552) is known color: Hot Purple. HEX triplet: 52, 05 and 52. RGB value is (82,5,82). Sum of RGB (Red+Green+Blue) = 82+5+82=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520552 is #ADFAAD. Grayscale: #242424. Windows color (decimal): -11401902 or 5375314. OLE color: 5375314.

HSL color Cylindrical-coordinate representation of color #520552: hue angle of 300º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520552 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 5 82 -
CMYK 0 0.94 0 0.68
HSL 300º 0.89% 0.17% -
HSV(B) 300º 0.94% 0.32% -
XYZ 5.06 2.51 8.2 -
YUV 36.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 82 5 82 0 0.94 0 0.68 300 0.89 0.17
Hex 52 5 52 0 5E 0 44 12C 59 11
Octal 122 5 122 0 136 0 104 454 131 21
Binary 1010010 101 1010010 0 1011110 0 1000100 100101100 1011001 10001

Color Harmonies of #520552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520552

Black with #520552

Text Example


Text Example

White with #520552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520552; }

 p { color: rgb(82,5,82); }

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

background-color css

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

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

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

border-color css

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

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

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