#520335

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

Shades of Tyrian Purple #520335

Tints of Tyrian Purple #520335

Color information

#520335 (or 0x520335) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 35. RGB value is (82,3,53). Sum of RGB (Red+Green+Blue) = 82+3+53=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #520335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520335 is #ADFCCA. Grayscale: #202020. Windows color (decimal): -11402443 or 3474258. OLE color: 3474258.

HSL color Cylindrical-coordinate representation of color #520335: hue angle of 322.03º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520335 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB82353-
CMYK00.960.350.68
HSL322.03º92.94%16.67%-
HSV(B)322.03º96.34%32.16%-
XYZ4.152.123.56-
YUV32.32139.67163.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=59.42%
G=2.17%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235300.960.350.68322.0392.9416.67
Hex5233506023441425d11
Octal12236501404310450213521
Binary101001011110101011000001000111000100101000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520335; }

 p { color: rgb(82,3,53); }

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

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

 a { background-color: rgb(82,3,53); }

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

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

 span { border-color: rgb(82,3,53); }

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