#74084B

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

Shades of Tyrian Purple #74084B

Tints of Tyrian Purple #74084B

Color information

#74084B (or 0x74084B) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 4B. RGB value is (116,8,75). Sum of RGB (Red+Green+Blue) = 116+8+75=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74084B is #8BF7B4. Grayscale: #2F2F2F. Windows color (decimal): -9172917 or 4917364. OLE color: 4917364.

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

Color convert

RGB116875-
CMYK00.930.350.55
HSL322.78º87.1%24.31%-
HSV(B)322.78º93.1%45.49%-
XYZ8.564.397.05-
YUV47.93143.28176.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=58.29%
G=4.02%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11687500.930.350.55322.7887.124.31
Hex7484B05D23371435718
Octal164101130135436750312730
Binary11101001000100101101011101100011110111101000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74084B; }

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

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

<style>
 a { background-color: #74084B; }

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

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

<style>
 span { border-color: #74084B; }

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

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