#74083D

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

Shades of Tyrian Purple #74083D

Tints of Tyrian Purple #74083D

Color information

#74083D (or 0x74083D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 3D. RGB value is (116,8,61). Sum of RGB (Red+Green+Blue) = 116+8+61=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74083D is #8BF7C2. Grayscale: #2E2E2E. Windows color (decimal): -9172931 or 3999860. OLE color: 3999860.

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

Color convert

RGB116861-
CMYK00.930.470.55
HSL330.56º87.1%24.31%-
HSV(B)330.56º93.1%45.49%-
XYZ8.134.224.8-
YUV46.33136.28177.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=62.70%
G=4.32%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11686100.930.470.55330.5687.124.31
Hex7483D05D2F3714b5718
Octal16410750135576751312730
Binary1110100100011110101011101101111110111101001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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