#74083E

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

Shades of Tyrian Purple #74083E

Tints of Tyrian Purple #74083E

Color information

#74083E (or 0x74083E) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 3E. RGB value is (116,8,62). Sum of RGB (Red+Green+Blue) = 116+8+62=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74083E is #8BF7C1. Grayscale: #2E2E2E. Windows color (decimal): -9172930 or 4065396. OLE color: 4065396.

HSL color Cylindrical-coordinate representation of color #74083E: hue angle of 330º 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 #74083E is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB116862-
CMYK00.930.470.55
HSL330º87.1%24.31%-
HSV(B)330º93.1%45.49%-
XYZ8.164.234.94-
YUV46.45136.78177.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=62.37%
G=4.30%
B=33.33%

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
Decimal11686200.930.470.5533087.124.31
Hex7483E05D2F3714a5718
Octal16410760135576751212730
Binary1110100100011111001011101101111110111101001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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