Html Css Color HEX #520053 Hot Purple

📋 copy color: '#520053'

red 82 ◦ green 0 ◦ blue 83

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

Shades of Hot Purple #520053

Tints of Hot Purple #520053

RGB

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

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

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

R = 49.7%
G = 0%
B = 50.3%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520053 (or 0x520053) is known color: Hot Purple. HEX triplet: 52, 00 and 53. RGB value is (82,0,83). Sum of RGB (Red+Green+Blue) = 82+0+83=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #520053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520053 is #ADFFAC. Grayscale: #212121. Windows color (decimal): -11403181 or 5439570. OLE color: 5439570.

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

Color convert

RGB 82 0 83 -
CMYK 0.01 1 0 0.67
HSL 299.28º 1% 0.16% -
HSV(B) 299.28º 1% 0.33% -
XYZ 5.04 2.42 8.38 -
YUV 33.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 82 0 83 0.01 1 0 0.67 299.28 1 0.16
Hex 52 0 53 1 64 0 43 12B 64 10
Octal 122 0 123 1 144 0 103 453 144 20
Binary 1010010 0 1010011 1 1100100 0 1000011 100101011 1100100 10000

Color Harmonies of #520053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520053

Black with #520053

Text Example


Text Example

White with #520053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520053; }

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

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

background-color css

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

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

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

border-color css

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

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

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