#530C3A

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

Shades of Tyrian Purple #530C3A

Tints of Tyrian Purple #530C3A

Color information

#530C3A (or 0x530C3A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0C and 3A. RGB value is (83,12,58). Sum of RGB (Red+Green+Blue) = 83+12+58=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #530C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C3A is #ACF3C5. Grayscale: #262626. Windows color (decimal): -11334598 or 3804243. OLE color: 3804243.

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

Color convert

RGB831258-
CMYK00.860.300.67
HSL321.13º74.74%18.63%-
HSV(B)321.13º85.54%32.55%-
XYZ4.462.414.23-
YUV38.47139.02159.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=54.25%
G=7.84%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83125800.860.300.67321.1374.7418.63
Hex53C3A0561E431414b13
Octal123147201263610350111323
Binary1010011110011101001010110111101000011101000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,58); }

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

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

 a { background-color: rgb(83,12,58); }

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

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

 span { border-color: rgb(83,12,58); }

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