#740231

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

Shades of Tyrian Purple #740231

Tints of Tyrian Purple #740231

Color information

#740231 (or 0x740231) is unknown color: approx Tyrian Purple. HEX triplet: 74, 02 and 31. RGB value is (116,2,49). Sum of RGB (Red+Green+Blue) = 116+2+49=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #740231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740231 is #8BFDCE. Grayscale: #292929. Windows color (decimal): -9174479 or 3211892. OLE color: 3211892.

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

Color convert

RGB116249-
CMYK00.980.580.55
HSL335.26º96.61%23.14%-
HSV(B)335.26º98.28%45.49%-
XYZ7.783.983.26-
YUV41.44132.27181.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=69.46%
G=1.20%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11624900.980.580.55335.2696.6123.14
Hex742310623A3714f6117
Octal1642610142726751714127
Binary11101001011000101100010111010110111101001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740231; }

 p { color: rgb(116,2,49); }

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

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

 a { background-color: rgb(116,2,49); }

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

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

 span { border-color: rgb(116,2,49); }

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