#530933

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

Shades of Tyrian Purple #530933

Tints of Tyrian Purple #530933

Color information

#530933 (or 0x530933) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 33. RGB value is (83,9,51). Sum of RGB (Red+Green+Blue) = 83+9+51=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530933 is #ACF6CC. Grayscale: #232323. Windows color (decimal): -11335373 or 3344723. OLE color: 3344723.

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

Color convert

RGB83951-
CMYK00.890.390.67
HSL325.95º80.43%18.04%-
HSV(B)325.95º89.16%32.55%-
XYZ4.262.273.35-
YUV35.91136.52161.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=58.04%
G=6.29%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8395100.890.390.67325.9580.4318.04
Hex5393305927431465012
Octal123116301314710350612022
Binary10100111001110011010110011001111000011101000110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530933; }

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

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

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

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

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

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

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

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