#530035

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

Shades of Tyrian Purple #530035

Tints of Tyrian Purple #530035

Color information

#530035 (or 0x530035) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 35. RGB value is (83,0,53). Sum of RGB (Red+Green+Blue) = 83+0+53=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530035 is #ACFFCA. Grayscale: #1E1E1E. Windows color (decimal): -11337675 or 3473491. OLE color: 3473491.

HSL color Cylindrical-coordinate representation of color #530035: hue angle of 321.69º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530035 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB83053-
CMYK010.360.67
HSL321.69º100%16.27%-
HSV(B)321.69º100%32.55%-
XYZ4.212.13.55-
YUV30.86140.5165.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=61.03%
G=0%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83053010.360.67321.6910016.27
Hex5303506424431426410
Octal12306501444410350214420
Binary10100110110101011001001001001000011101000010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530035; }

 p { color: rgb(83,0,53); }

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

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

 a { background-color: rgb(83,0,53); }

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

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

 span { border-color: rgb(83,0,53); }

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