Html Css Color HEX #521D4F Hot Purple

📋 copy color: '#521D4F'

red 82 ◦ green 29 ◦ blue 79

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

Shades of Hot Purple #521D4F

Tints of Hot Purple #521D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.26%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 43.16%
G = 15.26%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#521D4F (or 0x521D4F) is known color: Hot Purple. HEX triplet: 52, 1D and 4F. RGB value is (82,29,79). Sum of RGB (Red+Green+Blue) = 82+29+79=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #521D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D4F is #ADE2B0. Grayscale: #323232. Windows color (decimal): -11395761 or 5184850. OLE color: 5184850.

HSL color Cylindrical-coordinate representation of color #521D4F: hue angle of 303.4º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D4F is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 79 -
CMYK 0 0.65 0.04 0.68
HSL 303.4º 0.48% 0.22% -
HSV(B) 303.4º 0.65% 0.32% -
XYZ 5.33 3.24 7.74 -
YUV 50.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 82 29 79 0 0.65 0.04 0.68 303.4 0.48 0.22
Hex 52 1D 4F 0 41 4 44 12F 30 16
Octal 122 35 117 0 101 4 104 457 60 26
Binary 1010010 11101 1001111 0 1000001 100 1000100 100101111 110000 10110

Color Harmonies of #521D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D4F

Black with #521D4F

Text Example


Text Example

White with #521D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D4F; }

 p { color: rgb(82,29,79); }

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

background-color css

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

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

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

border-color css

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

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

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