Html Css Color HEX #521D57 Hot Purple

📋 copy color: '#521D57'

red 82 ◦ green 29 ◦ blue 87

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

Shades of Hot Purple #521D57

Tints of Hot Purple #521D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 41.41%
G = 14.65%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#521D57 (or 0x521D57) is known color: Hot Purple. HEX triplet: 52, 1D and 57. RGB value is (82,29,87). Sum of RGB (Red+Green+Blue) = 82+29+87=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #521D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D57 is #ADE2A8. Grayscale: #333333. Windows color (decimal): -11395753 or 5709138. OLE color: 5709138.

HSL color Cylindrical-coordinate representation of color #521D57: hue angle of 294.83º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521D57 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 29 87 -
CMYK 0.06 0.67 0 0.66
HSL 294.83º 0.5% 0.23% -
HSV(B) 294.83º 0.67% 0.34% -
XYZ 5.64 3.36 9.37 -
YUV 51.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 82 29 87 0.06 0.67 0 0.66 294.83 0.5 0.23
Hex 52 1D 57 6 43 0 42 127 32 17
Octal 122 35 127 6 103 0 102 447 62 27
Binary 1010010 11101 1010111 110 1000011 0 1000010 100100111 110010 10111

Color Harmonies of #521D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D57

Black with #521D57

Text Example


Text Example

White with #521D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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