#520033

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

Shades of Tyrian Purple #520033

Tints of Tyrian Purple #520033

Color information

#520033 (or 0x520033) is unknown color: approx Tyrian Purple. HEX triplet: 52, 00 and 33. RGB value is (82,0,51). Sum of RGB (Red+Green+Blue) = 82+0+51=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #520033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520033 is #ADFFCC. Grayscale: #1E1E1E. Windows color (decimal): -11403213 or 3342418. OLE color: 3342418.

HSL color Cylindrical-coordinate representation of color #520033: hue angle of 322.68º 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 #520033 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB82051-
CMYK010.380.68
HSL322.68º100%16.08%-
HSV(B)322.68º100%32.16%-
XYZ4.082.033.31-
YUV30.33139.67164.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=61.65%
G=0%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82051010.380.68322.6810016.08
Hex5203306426441436410
Octal12206301444610450314420
Binary10100100110011011001001001101000100101000011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520033; }

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

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

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

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

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

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

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

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