#74083C

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

Shades of Tyrian Purple #74083C

Tints of Tyrian Purple #74083C

Color information

#74083C (or 0x74083C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 3C. RGB value is (116,8,60). Sum of RGB (Red+Green+Blue) = 116+8+60=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74083C is #8BF7C3. Grayscale: #2E2E2E. Windows color (decimal): -9172932 or 3934324. OLE color: 3934324.

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

Color convert

RGB116860-
CMYK00.930.480.55
HSL331.11º87.1%24.31%-
HSV(B)331.11º93.1%45.49%-
XYZ8.14.214.66-
YUV46.22135.78177.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=63.04%
G=4.35%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11686000.930.480.55331.1187.124.31
Hex7483C05D303714b5718
Octal16410740135606751312730
Binary1110100100011110001011101110000110111101001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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