#74004A

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

Shades of Tyrian Purple #74004A

Tints of Tyrian Purple #74004A

Color information

#74004A (or 0x74004A) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 4A. RGB value is (116,0,74). Sum of RGB (Red+Green+Blue) = 116+0+74=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #74004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74004A is #8BFFB5. Grayscale: #2A2A2A. Windows color (decimal): -9174966 or 4849780. OLE color: 4849780.

HSL color Cylindrical-coordinate representation of color #74004A: hue angle of 321.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74004A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB116074-
CMYK010.360.55
HSL321.72º100%22.75%-
HSV(B)321.72º100%45.49%-
XYZ8.444.216.85-
YUV43.12145.43179.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=61.05%
G=0%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116074010.360.55321.7210022.75
Hex7404A06424371426417
Octal16401120144446750214427
Binary11101000100101001100100100100110111101000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74004A; }

 p { color: rgb(116,0,74); }

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

<style>
 a { background-color: #74004A; }

 a { background-color: rgb(116,0,74); }

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

<style>
 span { border-color: #74004A; }

 span { border-color: rgb(116,0,74); }

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