#760D38

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

Shades of Tyrian Purple #760D38

Tints of Tyrian Purple #760D38

Color information

#760D38 (or 0x760D38) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0D and 38. RGB value is (118,13,56). Sum of RGB (Red+Green+Blue) = 118+13+56=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #760D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D38 is #89F2C7. Grayscale: #313131. Windows color (decimal): -9040584 or 3673462. OLE color: 3673462.

HSL color Cylindrical-coordinate representation of color #760D38: hue angle of 335.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D38 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1181356-
CMYK00.890.530.54
HSL335.43º80.15%25.69%-
HSV(B)335.43º88.98%46.27%-
XYZ8.334.424.16-
YUV49.3131.79177-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=63.10%
G=6.95%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118135600.890.530.54335.4380.1525.69
Hex76D38059353614f501a
Octal16615700131656651712032
Binary1110110110111100001011001110101110110101001111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D38; }

 p { color: rgb(118,13,56); }

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

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

 a { background-color: rgb(118,13,56); }

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

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

 span { border-color: rgb(118,13,56); }

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