Html Css Color HEX #520953 Hot Purple

📋 copy color: '#520953'

red 82 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #520953

Tints of Hot Purple #520953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 47.13%
G = 5.17%
B = 47.7%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520953 (or 0x520953) is known color: Hot Purple. HEX triplet: 52, 09 and 53. RGB value is (82,9,83). Sum of RGB (Red+Green+Blue) = 82+9+83=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #520953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520953 is #ADF6AC. Grayscale: #272727. Windows color (decimal): -11400877 or 5441874. OLE color: 5441874.

HSL color Cylindrical-coordinate representation of color #520953: hue angle of 299.19º degrees, saturation: 0.8, 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 #520953 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 9 83 -
CMYK 0.01 0.89 0 0.67
HSL 299.19º 0.8% 0.18% -
HSV(B) 299.19º 0.89% 0.33% -
XYZ 5.14 2.61 8.42 -
YUV 39.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 82 9 83 0.01 0.89 0 0.67 299.19 0.8 0.18
Hex 52 9 53 1 59 0 43 12B 50 12
Octal 122 11 123 1 131 0 103 453 120 22
Binary 1010010 1001 1010011 1 1011001 0 1000011 100101011 1010000 10010

Color Harmonies of #520953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520953

Black with #520953

Text Example


Text Example

White with #520953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520953; }

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

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

background-color css

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

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

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

border-color css

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

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

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