Html Css Color HEX #520F4F Hot Purple

📋 copy color: '#520F4F'

red 82 ◦ green 15 ◦ blue 79

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

Shades of Hot Purple #520F4F

Tints of Hot Purple #520F4F

RGB

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

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

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

R = 46.59%
G = 8.52%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#520F4F (or 0x520F4F) is known color: Hot Purple. HEX triplet: 52, 0F and 4F. RGB value is (82,15,79). Sum of RGB (Red+Green+Blue) = 82+15+79=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F4F is #ADF0B0. Grayscale: #2A2A2A. Windows color (decimal): -11399345 or 5181266. OLE color: 5181266.

HSL color Cylindrical-coordinate representation of color #520F4F: hue angle of 302.69º 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 #520F4F is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 79 -
CMYK 0 0.82 0.04 0.68
HSL 302.69º 0.69% 0.19% -
HSV(B) 302.69º 0.82% 0.32% -
XYZ 5.06 2.7 7.65 -
YUV 42.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 82 15 79 0 0.82 0.04 0.68 302.69 0.69 0.19
Hex 52 F 4F 0 52 4 44 12F 45 13
Octal 122 17 117 0 122 4 104 457 105 23
Binary 1010010 1111 1001111 0 1010010 100 1000100 100101111 1000101 10011

Color Harmonies of #520F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F4F

Black with #520F4F

Text Example


Text Example

White with #520F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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