#5C012D

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

Shades of Tyrian Purple #5C012D

Tints of Tyrian Purple #5C012D

Color information

#5C012D (or 0x5C012D) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 01 and 2D. RGB value is (92,1,45). Sum of RGB (Red+Green+Blue) = 92+1+45=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C012D is #A3FED2. Grayscale: #212121. Windows color (decimal): -10747603 or 2949468. OLE color: 2949468.

HSL color Cylindrical-coordinate representation of color #5C012D: hue angle of 330.99º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C012D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB92145-
CMYK00.990.510.64
HSL330.99º97.85%18.24%-
HSV(B)330.99º98.91%36.08%-
XYZ4.92.492.7-
YUV33.22134.65169.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=66.67%
G=0.72%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9214500.990.510.64330.9997.8518.24
Hex5C12D063334014b6212
Octal13415501436310051314222
Binary10111001101101011000111100111000000101001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,1,45); }

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

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

 a { background-color: rgb(92,1,45); }

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

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

 span { border-color: rgb(92,1,45); }

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