#5C052F

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

Shades of Tyrian Purple #5C052F

Tints of Tyrian Purple #5C052F

Color information

#5C052F (or 0x5C052F) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 05 and 2F. RGB value is (92,5,47). Sum of RGB (Red+Green+Blue) = 92+5+47=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C052F is #A3FAD0. Grayscale: #232323. Windows color (decimal): -10746577 or 3081564. OLE color: 3081564.

HSL color Cylindrical-coordinate representation of color #5C052F: hue angle of 331.03º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C052F is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB92547-
CMYK00.950.490.64
HSL331.03º89.69%19.02%-
HSV(B)331.03º94.57%36.08%-
XYZ4.982.592.93-
YUV35.8134.32168.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.89%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=63.89%
G=3.47%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9254700.950.490.64331.0389.6919.02
Hex5C52F05F314014b5a13
Octal13455701376110051313223
Binary1011100101101111010111111100011000000101001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,5,47); }

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

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

 a { background-color: rgb(92,5,47); }

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

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

 span { border-color: rgb(92,5,47); }

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