#74033D

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

Shades of Tyrian Purple #74033D

Tints of Tyrian Purple #74033D

Color information

#74033D (or 0x74033D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 03 and 3D. RGB value is (116,3,61). Sum of RGB (Red+Green+Blue) = 116+3+61=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74033D is #8BFCC2. Grayscale: #2B2B2B. Windows color (decimal): -9174211 or 3998580. OLE color: 3998580.

HSL color Cylindrical-coordinate representation of color #74033D: hue angle of 329.2º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74033D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB116361-
CMYK00.970.470.55
HSL329.2º94.96%23.33%-
HSV(B)329.2º97.41%45.49%-
XYZ8.084.124.78-
YUV43.4137.94179.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.44%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=64.44%
G=1.67%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11636100.970.470.55329.294.9623.33
Hex7433D0612F371495f17
Octal1643750141576751113727
Binary11101001111110101100001101111110111101001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74033D; }

 p { color: rgb(116,3,61); }

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

<style>
 a { background-color: #74033D; }

 a { background-color: rgb(116,3,61); }

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

<style>
 span { border-color: #74033D; }

 span { border-color: rgb(116,3,61); }

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