#530333

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

Shades of Tyrian Purple #530333

Tints of Tyrian Purple #530333

Color information

#530333 (or 0x530333) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 33. RGB value is (83,3,51). Sum of RGB (Red+Green+Blue) = 83+3+51=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530333 is #ACFCCC. Grayscale: #202020. Windows color (decimal): -11336909 or 3343187. OLE color: 3343187.

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

Color convert

RGB83351-
CMYK00.960.390.67
HSL324º93.02%16.86%-
HSV(B)324º96.39%32.55%-
XYZ4.22.143.32-
YUV32.39138.5164.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=60.58%
G=2.19%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335100.960.390.6732493.0216.86
Hex5333306027431445d11
Octal12336301404710350413521
Binary101001111110011011000001001111000011101000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530333; }

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

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

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

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

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

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

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

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