#52064B

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

Shades of Tyrian Purple #52064B

Tints of Tyrian Purple #52064B

Color information

#52064B (or 0x52064B) is unknown color: approx Tyrian Purple. HEX triplet: 52, 06 and 4B. RGB value is (82,6,75). Sum of RGB (Red+Green+Blue) = 82+6+75=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52064B is #ADF9B4. Grayscale: #242424. Windows color (decimal): -11401653 or 4916818. OLE color: 4916818.

HSL color Cylindrical-coordinate representation of color #52064B: hue angle of 305.53º 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 #52064B is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB82675-
CMYK00.930.090.68
HSL305.53º86.36%17.25%-
HSV(B)305.53º92.68%32.16%-
XYZ4.812.436.87-
YUV36.59149.68160.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=50.31%
G=3.68%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8267500.930.090.68305.5386.3617.25
Hex5264B05D9441325611
Octal122611301351110446212621
Binary101001011010010110101110110011000100100110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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