Html Css Color HEX #520853 Hot Purple

📋 copy color: '#520853'

red 82 ◦ green 8 ◦ blue 83

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

Shades of Hot Purple #520853

Tints of Hot Purple #520853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 47.4%
G = 4.62%
B = 47.98%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520853 (or 0x520853) is known color: Hot Purple. HEX triplet: 52, 08 and 53. RGB value is (82,8,83). Sum of RGB (Red+Green+Blue) = 82+8+83=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #520853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520853 is #ADF7AC. Grayscale: #262626. Windows color (decimal): -11401133 or 5441618. OLE color: 5441618.

HSL color Cylindrical-coordinate representation of color #520853: hue angle of 299.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520853 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 8 83 -
CMYK 0.01 0.90 0 0.67
HSL 299.2º 0.82% 0.18% -
HSV(B) 299.2º 0.9% 0.33% -
XYZ 5.13 2.59 8.41 -
YUV 38.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 82 8 83 0.01 0.90 0 0.67 299.2 0.82 0.18
Hex 52 8 53 1 5A 0 43 12B 52 12
Octal 122 10 123 1 132 0 103 453 122 22
Binary 1010010 1000 1010011 1 1011010 0 1000011 100101011 1010010 10010

Color Harmonies of #520853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520853

Black with #520853

Text Example


Text Example

White with #520853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520853; }

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

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

background-color css

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

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

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

border-color css

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

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

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