#5C133A

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

Shades of Tyrian Purple #5C133A

Tints of Tyrian Purple #5C133A

Color information

#5C133A (or 0x5C133A) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 13 and 3A. RGB value is (92,19,58). Sum of RGB (Red+Green+Blue) = 92+19+58=169 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.44% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 92 - color contains mainly: red. Hex color #5C133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C133A is #A3ECC5. Grayscale: #2D2D2D. Windows color (decimal): -10742982 or 3806044. OLE color: 3806044.

HSL color Cylindrical-coordinate representation of color #5C133A: hue angle of 327.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C133A is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB921958-
CMYK00.790.370.64
HSL327.95º65.77%21.76%-
HSV(B)327.95º79.35%36.08%-
XYZ5.413.054.31-
YUV45.27135.18161.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.44%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=54.44%
G=11.24%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92195800.790.370.64327.9565.7721.76
Hex5C133A04F25401484216
Octal134237201174510051010226
Binary101110010011111010010011111001011000000101001000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C133A; }

 p { color: rgb(92,19,58); }

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

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

 a { background-color: rgb(92,19,58); }

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

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

 span { border-color: rgb(92,19,58); }

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