Html Css Color HEX #520955 Hot Purple

📋 copy color: '#520955'

red 82 ◦ green 9 ◦ blue 85

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

Shades of Hot Purple #520955

Tints of Hot Purple #520955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

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

R = 46.59%
G = 5.11%
B = 48.3%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520955 (or 0x520955) is known color: Hot Purple. HEX triplet: 52, 09 and 55. RGB value is (82,9,85). Sum of RGB (Red+Green+Blue) = 82+9+85=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #520955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520955 is #ADF6AA. Grayscale: #272727. Windows color (decimal): -11400875 or 5572946. OLE color: 5572946.

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

Color convert

RGB 82 9 85 -
CMYK 0.04 0.89 0 0.67
HSL 297.63º 0.81% 0.18% -
HSV(B) 297.63º 0.89% 0.33% -
XYZ 5.22 2.65 8.83 -
YUV 39.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 82 9 85 0.04 0.89 0 0.67 297.63 0.81 0.18
Hex 52 9 55 4 59 0 43 12A 51 12
Octal 122 11 125 4 131 0 103 452 121 22
Binary 1010010 1001 1010101 100 1011001 0 1000011 100101010 1010001 10010

Color Harmonies of #520955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520955

Black with #520955

Text Example


Text Example

White with #520955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520955; }

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

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

background-color css

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

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

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

border-color css

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

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

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