#530236

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

Shades of Tyrian Purple #530236

Tints of Tyrian Purple #530236

Color information

#530236 (or 0x530236) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 36. RGB value is (83,2,54). Sum of RGB (Red+Green+Blue) = 83+2+54=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #530236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530236 is #ACFDC9. Grayscale: #202020. Windows color (decimal): -11337162 or 3539539. OLE color: 3539539.

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

Color convert

RGB83254-
CMYK00.980.350.67
HSL321.48º95.29%16.67%-
HSV(B)321.48º97.59%32.55%-
XYZ4.252.153.68-
YUV32.15140.34164.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=59.71%
G=1.44%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325400.980.350.67321.4895.2916.67
Hex5323606223431415f11
Octal12326601424310350113721
Binary101001110110110011000101000111000011101000001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530236; }

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

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

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

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

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

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

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

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