Html Css Color HEX #520F4E Hot Purple

📋 copy color: '#520F4E'

red 82 ◦ green 15 ◦ blue 78

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

Shades of Hot Purple #520F4E

Tints of Hot Purple #520F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 46.86%
G = 8.57%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#520F4E (or 0x520F4E) is known color: Hot Purple. HEX triplet: 52, 0F and 4E. RGB value is (82,15,78). Sum of RGB (Red+Green+Blue) = 82+15+78=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F4E is #ADF0B1. Grayscale: #2A2A2A. Windows color (decimal): -11399346 or 5115730. OLE color: 5115730.

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

Color convert

RGB 82 15 78 -
CMYK 0 0.82 0.05 0.68
HSL 303.58º 0.69% 0.19% -
HSV(B) 303.58º 0.82% 0.32% -
XYZ 5.03 2.69 7.46 -
YUV 42.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 82 15 78 0 0.82 0.05 0.68 303.58 0.69 0.19
Hex 52 F 4E 0 52 5 44 130 45 13
Octal 122 17 116 0 122 5 104 460 105 23
Binary 1010010 1111 1001110 0 1010010 101 1000100 100110000 1000101 10011

Color Harmonies of #520F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F4E

Black with #520F4E

Text Example


Text Example

White with #520F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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