#52094D

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

Shades of Tyrian Purple #52094D

Tints of Tyrian Purple #52094D

Color information

#52094D (or 0x52094D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 09 and 4D. RGB value is (82,9,77). Sum of RGB (Red+Green+Blue) = 82+9+77=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52094D is #ADF6B2. Grayscale: #262626. Windows color (decimal): -11400883 or 5048658. OLE color: 5048658.

HSL color Cylindrical-coordinate representation of color #52094D: hue angle of 304.11º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52094D is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB82977-
CMYK00.890.060.68
HSL304.11º80.22%17.84%-
HSV(B)304.11º89.02%32.16%-
XYZ4.922.537.25-
YUV38.58149.68158.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=48.81%
G=5.36%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8297700.890.060.68304.1180.2217.84
Hex5294D0596441305012
Octal122111150131610446012022
Binary101001010011001101010110011101000100100110000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52094D; }

 p { color: rgb(82,9,77); }

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

<style>
 a { background-color: #52094D; }

 a { background-color: rgb(82,9,77); }

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

<style>
 span { border-color: #52094D; }

 span { border-color: rgb(82,9,77); }

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