#770335

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

Shades of Tyrian Purple #770335

Tints of Tyrian Purple #770335

Color information

#770335 (or 0x770335) is unknown color: approx Tyrian Purple. HEX triplet: 77, 03 and 35. RGB value is (119,3,53). Sum of RGB (Red+Green+Blue) = 119+3+53=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770335 is #88FCCA. Grayscale: #2B2B2B. Windows color (decimal): -8977611 or 3474295. OLE color: 3474295.

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

Color convert

RGB119353-
CMYK00.970.550.53
HSL334.14º95.08%23.92%-
HSV(B)334.14º97.48%46.67%-
XYZ8.284.243.75-
YUV43.38133.43181.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=68%
G=1.71%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11935300.970.550.53334.1495.0823.92
Hex77335061373514e5f18
Octal1673650141676551613730
Binary11101111111010101100001110111110101101001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770335; }

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

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

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

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

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

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

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

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