#5c133d

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

Shades of Tyrian Purple #5C133D

Tints of Tyrian Purple #5C133D

Color information

#5C133D (or 0x5C133D) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 13 and 3D. RGB value is (92,19,61). Sum of RGB (Red+Green+Blue) = 92+19+61=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C133D is #A3ECC2. Grayscale: #2D2D2D. Windows color (decimal): -10742979 or 4002652. OLE color: 4002652.

HSL color Cylindrical-coordinate representation of color #5C133D: hue angle of 325.48º 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 #5C133D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB921961-
CMYK00.790.340.64
HSL325.48º65.77%21.76%-
HSV(B)325.48º79.35%36.08%-
XYZ5.493.084.72-
YUV45.62136.68161.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.49%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=53.49%
G=11.05%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92196100.790.340.64325.4865.7721.76
Hex5C133D04F22401454216
Octal134237501174210050510226
Binary101110010011111101010011111000101000000101000101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c133d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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