Html Css Color HEX #521252 Hot Purple

📋 copy color: '#521252'

red 82 ◦ green 18 ◦ blue 82

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

Shades of Hot Purple #521252

Tints of Hot Purple #521252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.05%

R = 45.05%
G = 9.89%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#521252 (or 0x521252) is known color: Hot Purple. HEX triplet: 52, 12 and 52. RGB value is (82,18,82). Sum of RGB (Red+Green+Blue) = 82+18+82=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #521252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521252 is #ADEDAD. Grayscale: #2C2C2C. Windows color (decimal): -11398574 or 5378642. OLE color: 5378642.

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

Color convert

RGB 82 18 82 -
CMYK 0 0.78 0 0.68
HSL 300º 0.64% 0.2% -
HSV(B) 300º 0.78% 0.32% -
XYZ 5.22 2.84 8.25 -
YUV 44.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 82 18 82 0 0.78 0 0.68 300 0.64 0.2
Hex 52 12 52 0 4E 0 44 12C 40 14
Octal 122 22 122 0 116 0 104 454 100 24
Binary 1010010 10010 1010010 0 1001110 0 1000100 100101100 1000000 10100

Color Harmonies of #521252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521252

Black with #521252

Text Example


Text Example

White with #521252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521252; }

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

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

background-color css

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

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

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

border-color css

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

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

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