#74013A

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

Shades of Tyrian Purple #74013A

Tints of Tyrian Purple #74013A

Color information

#74013A (or 0x74013A) is unknown color: approx Tyrian Purple. HEX triplet: 74, 01 and 3A. RGB value is (116,1,58). Sum of RGB (Red+Green+Blue) = 116+1+58=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #74013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74013A is #8BFEC5. Grayscale: #292929. Windows color (decimal): -9174726 or 3801460. OLE color: 3801460.

HSL color Cylindrical-coordinate representation of color #74013A: hue angle of 330.26º 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 #74013A is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB116158-
CMYK00.990.50.55
HSL330.26º98.29%22.94%-
HSV(B)330.26º99.14%45.49%-
XYZ7.984.044.36-
YUV41.88137.1180.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=66.29%
G=0.57%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11615800.990.50.55330.2698.2922.94
Hex7413A063323714a6217
Octal1641720143626751214227
Binary1110100111101001100011110010110111101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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