Html Css Color HEX #520055 Hot Purple

📋 copy color: '#520055'

red 82 ◦ green 0 ◦ blue 85

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

Shades of Hot Purple #520055

Tints of Hot Purple #520055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 49.1%
G = 0%
B = 50.9%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520055 (or 0x520055) is known color: Hot Purple. HEX triplet: 52, 00 and 55. RGB value is (82,0,85). Sum of RGB (Red+Green+Blue) = 82+0+85=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #520055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520055 is #ADFFAA. Grayscale: #212121. Windows color (decimal): -11403179 or 5570642. OLE color: 5570642.

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

Color convert

RGB 82 0 85 -
CMYK 0.04 1 0 0.67
HSL 297.88º 1% 0.17% -
HSV(B) 297.88º 1% 0.33% -
XYZ 5.12 2.45 8.8 -
YUV 34.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 82 0 85 0.04 1 0 0.67 297.88 1 0.17
Hex 52 0 55 4 64 0 43 12A 64 11
Octal 122 0 125 4 144 0 103 452 144 21
Binary 1010010 0 1010101 100 1100100 0 1000011 100101010 1100100 10001

Color Harmonies of #520055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520055

Black with #520055

Text Example


Text Example

White with #520055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520055; }

 p { color: rgb(82,0,85); }

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

background-color css

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

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

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

border-color css

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

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

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