#740833

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

Shades of Tyrian Purple #740833

Tints of Tyrian Purple #740833

Color information

#740833 (or 0x740833) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 33. RGB value is (116,8,51). Sum of RGB (Red+Green+Blue) = 116+8+51=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #740833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740833 is #8BF7CC. Grayscale: #2D2D2D. Windows color (decimal): -9172941 or 3344500. OLE color: 3344500.

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

Color convert

RGB116851-
CMYK00.930.560.55
HSL336.11º87.1%24.31%-
HSV(B)336.11º93.1%45.49%-
XYZ7.894.133.51-
YUV45.19131.28178.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=66.29%
G=4.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11685100.930.560.55336.1187.124.31
Hex7483305D38371505718
Octal16410630135706752012730
Binary1110100100011001101011101111000110111101010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740833; }

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

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

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

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

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

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

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

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