Html Css Color HEX #521253 Hot Purple

📋 copy color: '#521253'

red 82 ◦ green 18 ◦ blue 83

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

Shades of Hot Purple #521253

Tints of Hot Purple #521253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 44.81%
G = 9.84%
B = 45.36%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521253 (or 0x521253) is known color: Hot Purple. HEX triplet: 52, 12 and 53. RGB value is (82,18,83). Sum of RGB (Red+Green+Blue) = 82+18+83=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #521253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521253 is #ADEDAC. Grayscale: #2C2C2C. Windows color (decimal): -11398573 or 5444178. OLE color: 5444178.

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

Color convert

RGB 82 18 83 -
CMYK 0.01 0.78 0 0.67
HSL 299.08º 0.64% 0.2% -
HSV(B) 299.08º 0.78% 0.33% -
XYZ 5.26 2.85 8.46 -
YUV 44.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 82 18 83 0.01 0.78 0 0.67 299.08 0.64 0.2
Hex 52 12 53 1 4E 0 43 12B 40 14
Octal 122 22 123 1 116 0 103 453 100 24
Binary 1010010 10010 1010011 1 1001110 0 1000011 100101011 1000000 10100

Color Harmonies of #521253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521253

Black with #521253

Text Example


Text Example

White with #521253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521253; }

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

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

background-color css

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

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

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

border-color css

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

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

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