#52022E

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

Shades of Tyrian Purple #52022E

Tints of Tyrian Purple #52022E

Color information

#52022E (or 0x52022E) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 2E. RGB value is (82,2,46). Sum of RGB (Red+Green+Blue) = 82+2+46=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022E is #ADFDD1. Grayscale: #1E1E1E. Windows color (decimal): -11402706 or 3015250. OLE color: 3015250.

HSL color Cylindrical-coordinate representation of color #52022E: hue angle of 327º 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 #52022E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB82246-
CMYK00.980.440.68
HSL327º95.24%16.47%-
HSV(B)327º97.56%32.16%-
XYZ3.992.032.77-
YUV30.94136.5164.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=63.08%
G=1.54%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224600.980.440.6832795.2416.47
Hex5222E0622C441475f10
Octal12225601425410450713720
Binary101001010101110011000101011001000100101000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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