#530E3C

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

Shades of Tyrian Purple #530E3C

Tints of Tyrian Purple #530E3C

Color information

#530E3C (or 0x530E3C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0E and 3C. RGB value is (83,14,60). Sum of RGB (Red+Green+Blue) = 83+14+60=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E3C is #ACF1C3. Grayscale: #272727. Windows color (decimal): -11334084 or 3935827. OLE color: 3935827.

HSL color Cylindrical-coordinate representation of color #530E3C: hue angle of 320º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E3C is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB831460-
CMYK00.830.280.67
HSL320º71.13%19.02%-
HSV(B)320º83.13%32.55%-
XYZ4.542.484.51-
YUV39.88139.36158.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=52.87%
G=8.92%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83146000.830.280.6732071.1319.02
Hex53E3C0531C431404713
Octal123167401233410350010723
Binary1010011111011110001010011111001000011101000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530E3C; }

 p { color: rgb(83,14,60); }

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

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

 a { background-color: rgb(83,14,60); }

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

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

 span { border-color: rgb(83,14,60); }

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