#74013C

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

Shades of Tyrian Purple #74013C

Tints of Tyrian Purple #74013C

Color information

#74013C (or 0x74013C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 01 and 3C. RGB value is (116,1,60). Sum of RGB (Red+Green+Blue) = 116+1+60=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74013C is #8BFEC3. Grayscale: #292929. Windows color (decimal): -9174724 or 3932532. OLE color: 3932532.

HSL color Cylindrical-coordinate representation of color #74013C: hue angle of 329.22º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74013C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB116160-
CMYK00.990.480.55
HSL329.22º98.29%22.94%-
HSV(B)329.22º99.14%45.49%-
XYZ8.034.064.64-
YUV42.11138.1180.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=65.54%
G=0.56%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11616000.990.480.55329.2298.2922.94
Hex7413C06330371496217
Octal1641740143606751114227
Binary1110100111110001100011110000110111101001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74013C; }

 p { color: rgb(116,1,60); }

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

<style>
 a { background-color: #74013C; }

 a { background-color: rgb(116,1,60); }

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

<style>
 span { border-color: #74013C; }

 span { border-color: rgb(116,1,60); }

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