#5C082B

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

Shades of Tyrian Purple #5C082B

Tints of Tyrian Purple #5C082B

Color information

#5C082B (or 0x5C082B) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 08 and 2B. RGB value is (92,8,43). Sum of RGB (Red+Green+Blue) = 92+8+43=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C082B is #A3F7D4. Grayscale: #252525. Windows color (decimal): -10745813 or 2820188. OLE color: 2820188.

HSL color Cylindrical-coordinate representation of color #5C082B: hue angle of 335º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C082B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB92843-
CMYK00.910.530.64
HSL335º84%19.61%-
HSV(B)335º91.3%36.08%-
XYZ4.942.622.53-
YUV37.11131.33167.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 64.34%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=64.34%
G=5.59%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9284300.910.530.643358419.61
Hex5C82B05B354014f5414
Octal134105301336510051712424
Binary10111001000101011010110111101011000000101001111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,43); }

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

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

 a { background-color: rgb(92,8,43); }

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

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

 span { border-color: rgb(92,8,43); }

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