#530233

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

Shades of Tyrian Purple #530233

Tints of Tyrian Purple #530233

Color information

#530233 (or 0x530233) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 33. RGB value is (83,2,51). Sum of RGB (Red+Green+Blue) = 83+2+51=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530233 is #ACFDCC. Grayscale: #1F1F1F. Windows color (decimal): -11337165 or 3342931. OLE color: 3342931.

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

Color convert

RGB83251-
CMYK00.980.390.67
HSL323.7º95.29%16.67%-
HSV(B)323.7º97.59%32.55%-
XYZ4.192.123.32-
YUV31.8138.84164.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=61.03%
G=1.47%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325100.980.390.67323.795.2916.67
Hex5323306227431445f11
Octal12326301424710350413721
Binary101001110110011011000101001111000011101000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530233; }

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

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

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

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

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

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

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

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