#52003B

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

Shades of Tyrian Purple #52003B

Tints of Tyrian Purple #52003B

Color information

#52003B (or 0x52003B) is unknown color: approx Tyrian Purple. HEX triplet: 52, 00 and 3B. RGB value is (82,0,59). Sum of RGB (Red+Green+Blue) = 82+0+59=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #52003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52003B is #ADFFC4. Grayscale: #1F1F1F. Windows color (decimal): -11403205 or 3866706. OLE color: 3866706.

HSL color Cylindrical-coordinate representation of color #52003B: hue angle of 316.83º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52003B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB82059-
CMYK010.280.68
HSL316.83º100%16.08%-
HSV(B)316.83º100%32.16%-
XYZ4.272.114.32-
YUV31.24143.67164.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=58.16%
G=0%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82059010.280.68316.8310016.08
Hex5203B0641C4413d6410
Octal12207301443410447514420
Binary1010010011101101100100111001000100100111101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,0,59); }

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

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

 a { background-color: rgb(82,0,59); }

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

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

 span { border-color: rgb(82,0,59); }

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