Html Css Color HEX #521250 Hot Purple

📋 copy color: '#521250'

red 82 ◦ green 18 ◦ blue 80

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

Shades of Hot Purple #521250

Tints of Hot Purple #521250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 45.56%
G = 10%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#521250 (or 0x521250) is known color: Hot Purple. HEX triplet: 52, 12 and 50. RGB value is (82,18,80). Sum of RGB (Red+Green+Blue) = 82+18+80=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #521250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521250 is #ADEDAF. Grayscale: #2C2C2C. Windows color (decimal): -11398576 or 5247570. OLE color: 5247570.

HSL color Cylindrical-coordinate representation of color #521250: hue angle of 301.88º 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 #521250 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 80 -
CMYK 0 0.78 0.02 0.68
HSL 301.88º 0.64% 0.2% -
HSV(B) 301.88º 0.78% 0.32% -
XYZ 5.14 2.81 7.86 -
YUV 44.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 82 18 80 0 0.78 0.02 0.68 301.88 0.64 0.2
Hex 52 12 50 0 4E 2 44 12E 40 14
Octal 122 22 120 0 116 2 104 456 100 24
Binary 1010010 10010 1010000 0 1001110 10 1000100 100101110 1000000 10100

Color Harmonies of #521250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521250

Black with #521250

Text Example


Text Example

White with #521250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521250; }

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

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

background-color css

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

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

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

border-color css

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

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

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