Html Css Color HEX #521053 Hot Purple

📋 copy color: '#521053'

red 82 ◦ green 16 ◦ blue 83

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

Shades of Hot Purple #521053

Tints of Hot Purple #521053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 45.3%
G = 8.84%
B = 45.86%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521053 (or 0x521053) is known color: Hot Purple. HEX triplet: 52, 10 and 53. RGB value is (82,16,83). Sum of RGB (Red+Green+Blue) = 82+16+83=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #521053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521053 is #ADEFAC. Grayscale: #2B2B2B. Windows color (decimal): -11399085 or 5443666. OLE color: 5443666.

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

Color convert

RGB 82 16 83 -
CMYK 0.01 0.81 0 0.67
HSL 299.1º 0.68% 0.19% -
HSV(B) 299.1º 0.81% 0.33% -
XYZ 5.23 2.79 8.45 -
YUV 43.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 82 16 83 0.01 0.81 0 0.67 299.1 0.68 0.19
Hex 52 10 53 1 51 0 43 12B 44 13
Octal 122 20 123 1 121 0 103 453 104 23
Binary 1010010 10000 1010011 1 1010001 0 1000011 100101011 1000100 10011

Color Harmonies of #521053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521053

Black with #521053

Text Example


Text Example

White with #521053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521053; }

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

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

background-color css

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

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

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

border-color css

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

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

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