#5C094B

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

Shades of Tyrian Purple #5C094B

Tints of Tyrian Purple #5C094B

Color information

#5C094B (or 0x5C094B) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 09 and 4B. RGB value is (92,9,75). Sum of RGB (Red+Green+Blue) = 92+9+75=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C094B is #A3F6B4. Grayscale: #292929. Windows color (decimal): -10745525 or 4917596. OLE color: 4917596.

HSL color Cylindrical-coordinate representation of color #5C094B: hue angle of 312.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C094B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB92975-
CMYK00.900.180.64
HSL312.29º82.18%19.8%-
HSV(B)312.29º90.22%36.08%-
XYZ5.782.986.93-
YUV41.34147164.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.27%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=52.27%
G=5.11%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9297500.900.180.64312.2982.1819.8
Hex5C94B05A12401385214
Octal1341111301322210047012224
Binary10111001001100101101011010100101000000100111000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,75); }

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

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

 a { background-color: rgb(92,9,75); }

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

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

 span { border-color: rgb(92,9,75); }

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