Html Css Color HEX #521353 Hot Purple

📋 copy color: '#521353'

red 82 ◦ green 19 ◦ blue 83

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

Shades of Hot Purple #521353

Tints of Hot Purple #521353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 44.57%
G = 10.33%
B = 45.11%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521353 (or 0x521353) is known color: Hot Purple. HEX triplet: 52, 13 and 53. RGB value is (82,19,83). Sum of RGB (Red+Green+Blue) = 82+19+83=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #521353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521353 is #ADECAC. Grayscale: #2C2C2C. Windows color (decimal): -11398317 or 5444434. OLE color: 5444434.

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

Color convert

RGB 82 19 83 -
CMYK 0.01 0.77 0 0.67
HSL 299.06º 0.63% 0.2% -
HSV(B) 299.06º 0.77% 0.33% -
XYZ 5.27 2.88 8.46 -
YUV 45.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 82 19 83 0.01 0.77 0 0.67 299.06 0.63 0.2
Hex 52 13 53 1 4D 0 43 12B 3F 14
Octal 122 23 123 1 115 0 103 453 77 24
Binary 1010010 10011 1010011 1 1001101 0 1000011 100101011 111111 10100

Color Harmonies of #521353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521353

Black with #521353

Text Example


Text Example

White with #521353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521353; }

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

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

background-color css

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

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

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

border-color css

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

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

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