#520233

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

Shades of Tyrian Purple #520233

Tints of Tyrian Purple #520233

Color information

#520233 (or 0x520233) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 33. RGB value is (82,2,51). Sum of RGB (Red+Green+Blue) = 82+2+51=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #520233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520233 is #ADFDCC. Grayscale: #1F1F1F. Windows color (decimal): -11402701 or 3342930. OLE color: 3342930.

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

Color convert

RGB82251-
CMYK00.980.380.68
HSL323.25º95.24%16.47%-
HSV(B)323.25º97.56%32.16%-
XYZ4.12.083.32-
YUV31.51139164.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=60.74%
G=1.48%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8225100.980.380.68323.2595.2416.47
Hex5223306226441435f10
Octal12226301424610450313720
Binary101001010110011011000101001101000100101000011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520233; }

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

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

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

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

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

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

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

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