Html Css Color HEX #521950 Hot Purple

📋 copy color: '#521950'

red 82 ◦ green 25 ◦ blue 80

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

Shades of Hot Purple #521950

Tints of Hot Purple #521950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 43.85%
G = 13.37%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#521950 (or 0x521950) is known color: Hot Purple. HEX triplet: 52, 19 and 50. RGB value is (82,25,80). Sum of RGB (Red+Green+Blue) = 82+25+80=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #521950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521950 is #ADE6AF. Grayscale: #303030. Windows color (decimal): -11396784 or 5249362. OLE color: 5249362.

HSL color Cylindrical-coordinate representation of color #521950: hue angle of 302.11º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521950 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 80 -
CMYK 0 0.70 0.02 0.68
HSL 302.11º 0.53% 0.21% -
HSV(B) 302.11º 0.7% 0.32% -
XYZ 5.28 3.07 7.9 -
YUV 48.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 82 25 80 0 0.70 0.02 0.68 302.11 0.53 0.21
Hex 52 19 50 0 46 2 44 12E 35 15
Octal 122 31 120 0 106 2 104 456 65 25
Binary 1010010 11001 1010000 0 1000110 10 1000100 100101110 110101 10101

Color Harmonies of #521950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521950

Black with #521950

Text Example


Text Example

White with #521950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521950; }

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

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

background-color css

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

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

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

border-color css

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

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

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