Html Css Color HEX #520F4C Hot Purple

📋 copy color: '#520F4C'

red 82 ◦ green 15 ◦ blue 76

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

Shades of Hot Purple #520F4C

Tints of Hot Purple #520F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 47.4%
G = 8.67%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#520F4C (or 0x520F4C) is known color: Hot Purple. HEX triplet: 52, 0F and 4C. RGB value is (82,15,76). Sum of RGB (Red+Green+Blue) = 82+15+76=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F4C is #ADF0B3. Grayscale: #292929. Windows color (decimal): -11399348 or 4984658. OLE color: 4984658.

HSL color Cylindrical-coordinate representation of color #520F4C: hue angle of 305.37º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F4C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 76 -
CMYK 0 0.82 0.07 0.68
HSL 305.37º 0.69% 0.19% -
HSV(B) 305.37º 0.82% 0.32% -
XYZ 4.96 2.66 7.09 -
YUV 41.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 82 15 76 0 0.82 0.07 0.68 305.37 0.69 0.19
Hex 52 F 4C 0 52 7 44 131 45 13
Octal 122 17 114 0 122 7 104 461 105 23
Binary 1010010 1111 1001100 0 1010010 111 1000100 100110001 1000101 10011

Color Harmonies of #520F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F4C

Black with #520F4C

Text Example


Text Example

White with #520F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F4C; }

 p { color: rgb(82,15,76); }

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

background-color css

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

 a { background-color: rgb(82,15,76); }

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

border-color css

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

 span { border-color: rgb(82,15,76); }

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