#770935

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

Shades of Tyrian Purple #770935

Tints of Tyrian Purple #770935

Color information

#770935 (or 0x770935) is unknown color: approx Tyrian Purple. HEX triplet: 77, 09 and 35. RGB value is (119,9,53). Sum of RGB (Red+Green+Blue) = 119+9+53=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770935 is #88F6CA. Grayscale: #2E2E2E. Windows color (decimal): -8976075 or 3475831. OLE color: 3475831.

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

Color convert

RGB119953-
CMYK00.920.550.53
HSL336º85.94%25.1%-
HSV(B)336º92.44%46.67%-
XYZ8.354.373.77-
YUV46.91131.44179.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=65.75%
G=4.97%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11995300.920.550.5333685.9425.1
Hex7793505C37351505619
Octal16711650134676552012631
Binary1110111100111010101011100110111110101101010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770935; }

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

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

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

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

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

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

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

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