Html Css Color HEX #520554 Hot Purple

📋 copy color: '#520554'

red 82 ◦ green 5 ◦ blue 84

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

Shades of Hot Purple #520554

Tints of Hot Purple #520554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 49.12%

R = 47.95%
G = 2.92%
B = 49.12%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520554 (or 0x520554) is known color: Hot Purple. HEX triplet: 52, 05 and 54. RGB value is (82,5,84). Sum of RGB (Red+Green+Blue) = 82+5+84=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #520554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520554 is #ADFAAB. Grayscale: #242424. Windows color (decimal): -11401900 or 5506386. OLE color: 5506386.

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

Color convert

RGB 82 5 84 -
CMYK 0.02 0.94 0 0.67
HSL 298.48º 0.89% 0.17% -
HSV(B) 298.48º 0.94% 0.33% -
XYZ 5.13 2.54 8.61 -
YUV 37.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 82 5 84 0.02 0.94 0 0.67 298.48 0.89 0.17
Hex 52 5 54 2 5E 0 43 12A 59 11
Octal 122 5 124 2 136 0 103 452 131 21
Binary 1010010 101 1010100 10 1011110 0 1000011 100101010 1011001 10001

Color Harmonies of #520554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520554

Black with #520554

Text Example


Text Example

White with #520554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520554; }

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

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

background-color css

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

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

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

border-color css

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

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

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