Html Css Color HEX #521D5D Hot Purple

📋 copy color: '#521D5D'

red 82 ◦ green 29 ◦ blue 93

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

Shades of Hot Purple #521D5D

Tints of Hot Purple #521D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 40.2%
G = 14.22%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#521D5D (or 0x521D5D) is known color: Hot Purple. HEX triplet: 52, 1D and 5D. RGB value is (82,29,93). Sum of RGB (Red+Green+Blue) = 82+29+93=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #521D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D5D is #ADE2A2. Grayscale: #333333. Windows color (decimal): -11395747 or 6102354. OLE color: 6102354.

HSL color Cylindrical-coordinate representation of color #521D5D: hue angle of 289.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #521D5D is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 29 93 -
CMYK 0.12 0.69 0 0.64
HSL 289.69º 0.52% 0.24% -
HSV(B) 289.69º 0.69% 0.36% -
XYZ 5.89 3.46 10.71 -
YUV 52.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 82 29 93 0.12 0.69 0 0.64 289.69 0.52 0.24
Hex 52 1D 5D C 45 0 40 122 34 18
Octal 122 35 135 14 105 0 100 442 64 30
Binary 1010010 11101 1011101 1100 1000101 0 1000000 100100010 110100 11000

Color Harmonies of #521D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D5D

Black with #521D5D

Text Example


Text Example

White with #521D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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