Html Css Color HEX #520555 Hot Purple

📋 copy color: '#520555'

red 82 ◦ green 5 ◦ blue 85

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

Shades of Hot Purple #520555

Tints of Hot Purple #520555

RGB

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

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

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

R = 47.67%
G = 2.91%
B = 49.42%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520555 (or 0x520555) is known color: Hot Purple. HEX triplet: 52, 05 and 55. RGB value is (82,5,85). Sum of RGB (Red+Green+Blue) = 82+5+85=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #520555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520555 is #ADFAAA. Grayscale: #242424. Windows color (decimal): -11401899 or 5571922. OLE color: 5571922.

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

Color convert

RGB 82 5 85 -
CMYK 0.04 0.94 0 0.67
HSL 297.75º 0.89% 0.18% -
HSV(B) 297.75º 0.94% 0.33% -
XYZ 5.17 2.56 8.82 -
YUV 37.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 82 5 85 0.04 0.94 0 0.67 297.75 0.89 0.18
Hex 52 5 55 4 5E 0 43 12A 59 12
Octal 122 5 125 4 136 0 103 452 131 22
Binary 1010010 101 1010101 100 1011110 0 1000011 100101010 1011001 10010

Color Harmonies of #520555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520555

Black with #520555

Text Example


Text Example

White with #520555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520555; }

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

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

background-color css

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

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

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

border-color css

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

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

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