#740030

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

Shades of Tyrian Purple #740030

Tints of Tyrian Purple #740030

Color information

#740030 (or 0x740030) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 30. RGB value is (116,0,48). Sum of RGB (Red+Green+Blue) = 116+0+48=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #740030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740030 is #8BFFCF. Grayscale: #282828. Windows color (decimal): -9174992 or 3145844. OLE color: 3145844.

HSL color Cylindrical-coordinate representation of color #740030: hue angle of 335.17º 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 #740030 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB116048-
CMYK010.590.55
HSL335.17º100%22.75%-
HSV(B)335.17º100%45.49%-
XYZ7.743.933.15-
YUV40.16132.43182.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=70.73%
G=0%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116048010.590.55335.1710022.75
Hex740300643B3714f6417
Octal1640600144736751714427
Binary1110100011000001100100111011110111101001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740030; }

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

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

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

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

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

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

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

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