#770838

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

Shades of Tyrian Purple #770838

Tints of Tyrian Purple #770838

Color information

#770838 (or 0x770838) is unknown color: approx Tyrian Purple. HEX triplet: 77, 08 and 38. RGB value is (119,8,56). Sum of RGB (Red+Green+Blue) = 119+8+56=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #770838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770838 is #88F7C7. Grayscale: #2E2E2E. Windows color (decimal): -8976328 or 3672183. OLE color: 3672183.

HSL color Cylindrical-coordinate representation of color #770838: hue angle of 334.05º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770838 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB119856-
CMYK00.930.530.53
HSL334.05º87.4%24.9%-
HSV(B)334.05º93.28%46.67%-
XYZ8.414.384.14-
YUV46.66133.27179.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=65.03%
G=4.37%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11985600.930.530.53334.0587.424.9
Hex7783805D353514e5719
Octal16710700135656551612731
Binary1110111100011100001011101110101110101101001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770838; }

 p { color: rgb(119,8,56); }

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

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

 a { background-color: rgb(119,8,56); }

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

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

 span { border-color: rgb(119,8,56); }

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