#52064F

Color #52064F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #52064F

Tints of Tyrian Purple #52064F

Color information

#52064F (or 0x52064F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 06 and 4F. RGB value is (82,6,79). Sum of RGB (Red+Green+Blue) = 82+6+79=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52064F is #ADF9B0. Grayscale: #242424. Windows color (decimal): -11401649 or 5178962. OLE color: 5178962.

HSL color Cylindrical-coordinate representation of color #52064F: hue angle of 302.37º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52064F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB82679-
CMYK00.930.040.68
HSL302.37º86.36%17.25%-
HSV(B)302.37º92.68%32.16%-
XYZ4.962.497.62-
YUV37.05151.68160.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=49.10%
G=3.59%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8267900.930.040.68302.3786.3617.25
Hex5264F05D44412e5611
Octal12261170135410445612621
Binary10100101101001111010111011001000100100101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52064F; }

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

 H1.HeaderClassName
 {
   color: #52064F;
 }
 .AnyTagClassName
 {
   color: #52064F;
 }
</style>
background-color css

<style>
 a { background-color: #52064F; }

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

 div.DivClassName
 {
   background-color: #52064F;
 }
 .BgClassName
 {
   background-color: #52064F;
 }
</style>
border-color css

<style>
 span { border-color: #52064F; }

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

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