#530033

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

Shades of Tyrian Purple #530033

Tints of Tyrian Purple #530033

Color information

#530033 (or 0x530033) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 33. RGB value is (83,0,51). Sum of RGB (Red+Green+Blue) = 83+0+51=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #530033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530033 is #ACFFCC. Grayscale: #1E1E1E. Windows color (decimal): -11337677 or 3342419. OLE color: 3342419.

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

Color convert

RGB83051-
CMYK010.390.67
HSL323.13º100%16.27%-
HSV(B)323.13º100%32.55%-
XYZ4.162.083.31-
YUV30.63139.5165.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=61.94%
G=0%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83051010.390.67323.1310016.27
Hex5303306427431436410
Octal12306301444710350314420
Binary10100110110011011001001001111000011101000011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530033; }

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

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

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

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

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

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

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

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