Html Css Color HEX #520C4E Hot Purple

📋 copy color: '#520C4E'

red 82 ◦ green 12 ◦ blue 78

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

Shades of Hot Purple #520C4E

Tints of Hot Purple #520C4E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.98%

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

R = 47.67%
G = 6.98%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#520C4E (or 0x520C4E) is known color: Hot Purple. HEX triplet: 52, 0C and 4E. RGB value is (82,12,78). Sum of RGB (Red+Green+Blue) = 82+12+78=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #520C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C4E is #ADF3B1. Grayscale: #282828. Windows color (decimal): -11400114 or 5114962. OLE color: 5114962.

HSL color Cylindrical-coordinate representation of color #520C4E: hue angle of 303.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C4E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 12 78 -
CMYK 0 0.85 0.05 0.68
HSL 303.43º 0.74% 0.18% -
HSV(B) 303.43º 0.85% 0.32% -
XYZ 4.99 2.61 7.45 -
YUV 40.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 82 12 78 0 0.85 0.05 0.68 303.43 0.74 0.18
Hex 52 C 4E 0 55 5 44 12F 4A 12
Octal 122 14 116 0 125 5 104 457 112 22
Binary 1010010 1100 1001110 0 1010101 101 1000100 100101111 1001010 10010

Color Harmonies of #520C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C4E

Black with #520C4E

Text Example


Text Example

White with #520C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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