#770635

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

Shades of Tyrian Purple #770635

Tints of Tyrian Purple #770635

Color information

#770635 (or 0x770635) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 35. RGB value is (119,6,53). Sum of RGB (Red+Green+Blue) = 119+6+53=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770635 is #88F9CA. Grayscale: #2D2D2D. Windows color (decimal): -8976843 or 3475063. OLE color: 3475063.

HSL color Cylindrical-coordinate representation of color #770635: hue angle of 335.04º 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 #770635 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB119653-
CMYK00.950.550.53
HSL335.04º90.4%24.51%-
HSV(B)335.04º94.96%46.67%-
XYZ8.324.313.76-
YUV45.14132.44180.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=66.85%
G=3.37%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11965300.950.550.53335.0490.424.51
Hex7763505F373514f5a19
Octal1676650137676551713231
Binary111011111011010101011111110111110101101001111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770635; }

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

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

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

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

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

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

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

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