Html Css Color HEX #520A54 Hot Purple

📋 copy color: '#520A54'

red 82 ◦ green 10 ◦ blue 84

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

Shades of Hot Purple #520A54

Tints of Hot Purple #520A54

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

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

R = 46.59%
G = 5.68%
B = 47.73%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520A54 (or 0x520A54) is known color: Hot Purple. HEX triplet: 52, 0A and 54. RGB value is (82,10,84). Sum of RGB (Red+Green+Blue) = 82+10+84=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #520A54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A54 is #ADF5AB. Grayscale: #272727. Windows color (decimal): -11400620 or 5507666. OLE color: 5507666.

HSL color Cylindrical-coordinate representation of color #520A54: hue angle of 298.38º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A54 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 10 84 -
CMYK 0.02 0.88 0 0.67
HSL 298.38º 0.79% 0.18% -
HSV(B) 298.38º 0.88% 0.33% -
XYZ 5.19 2.65 8.63 -
YUV 39.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 82 10 84 0.02 0.88 0 0.67 298.38 0.79 0.18
Hex 52 A 54 2 58 0 43 12A 4F 12
Octal 122 12 124 2 130 0 103 452 117 22
Binary 1010010 1010 1010100 10 1011000 0 1000011 100101010 1001111 10010

Color Harmonies of #520A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A54

Black with #520A54

Text Example


Text Example

White with #520A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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