Html Css Color HEX #521C5B Hot Purple

📋 copy color: '#521C5B'

red 82 ◦ green 28 ◦ blue 91

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

Shades of Hot Purple #521C5B

Tints of Hot Purple #521C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.93%

 BLUE value IS 91 (35.94% from 255) = 45.27%

R = 40.8%
G = 13.93%
B = 45.27%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#521C5B (or 0x521C5B) is known color: Hot Purple. HEX triplet: 52, 1C and 5B. RGB value is (82,28,91). Sum of RGB (Red+Green+Blue) = 82+28+91=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #521C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C5B is #ADE3A4. Grayscale: #333333. Windows color (decimal): -11396005 or 5971026. OLE color: 5971026.

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

Color convert

RGB 82 28 91 -
CMYK 0.10 0.69 0 0.64
HSL 291.43º 0.53% 0.23% -
HSV(B) 291.43º 0.69% 0.36% -
XYZ 5.78 3.38 10.25 -
YUV 51.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 82 28 91 0.10 0.69 0 0.64 291.43 0.53 0.23
Hex 52 1C 5B A 45 0 40 123 35 17
Octal 122 34 133 12 105 0 100 443 65 27
Binary 1010010 11100 1011011 1010 1000101 0 1000000 100100011 110101 10111

Color Harmonies of #521C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C5B

Black with #521C5B

Text Example


Text Example

White with #521C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,28,91); }

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

background-color css

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

 a { background-color: rgb(82,28,91); }

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

border-color css

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

 span { border-color: rgb(82,28,91); }

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