#770638

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

Shades of Tyrian Purple #770638

Tints of Tyrian Purple #770638

Color information

#770638 (or 0x770638) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 38. RGB value is (119,6,56). Sum of RGB (Red+Green+Blue) = 119+6+56=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770638 is #88F9C7. Grayscale: #2D2D2D. Windows color (decimal): -8976840 or 3671671. OLE color: 3671671.

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

Color convert

RGB119656-
CMYK00.950.530.53
HSL333.45º90.4%24.51%-
HSV(B)333.45º94.96%46.67%-
XYZ8.394.344.14-
YUV45.49133.94180.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=65.75%
G=3.31%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11965600.950.530.53333.4590.424.51
Hex7763805F353514d5a19
Octal1676700137656551513231
Binary111011111011100001011111110101110101101001101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770638; }

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

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

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

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

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

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

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

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