#52022D

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

Shades of Tyrian Purple #52022D

Tints of Tyrian Purple #52022D

Color information

#52022D (or 0x52022D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 2D. RGB value is (82,2,45). Sum of RGB (Red+Green+Blue) = 82+2+45=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022D is #ADFDD2. Grayscale: #1E1E1E. Windows color (decimal): -11402707 or 2949714. OLE color: 2949714.

HSL color Cylindrical-coordinate representation of color #52022D: hue angle of 327.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52022D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB82245-
CMYK00.980.450.68
HSL327.75º95.24%16.47%-
HSV(B)327.75º97.56%32.16%-
XYZ3.982.032.66-
YUV30.82136164.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=63.57%
G=1.55%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224500.980.450.68327.7595.2416.47
Hex5222D0622D441485f10
Octal12225501425510451013720
Binary101001010101101011000101011011000100101001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,2,45); }

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

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

 a { background-color: rgb(82,2,45); }

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

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

 span { border-color: rgb(82,2,45); }

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