#530533

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

Shades of Tyrian Purple #530533

Tints of Tyrian Purple #530533

Color information

#530533 (or 0x530533) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 33. RGB value is (83,5,51). Sum of RGB (Red+Green+Blue) = 83+5+51=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #530533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530533 is #ACFACC. Grayscale: #212121. Windows color (decimal): -11336397 or 3343699. OLE color: 3343699.

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

Color convert

RGB83551-
CMYK00.940.390.67
HSL324.62º88.64%17.25%-
HSV(B)324.62º93.98%32.55%-
XYZ4.222.193.33-
YUV33.57137.84163.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=59.71%
G=3.60%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355100.940.390.67324.6288.6417.25
Hex5353305E27431455911
Octal12356301364710350513121
Binary1010011101110011010111101001111000011101000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530533; }

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

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

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

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

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

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

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

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