#770334

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

Shades of Tyrian Purple #770334

Tints of Tyrian Purple #770334

Color information

#770334 (or 0x770334) is unknown color: approx Tyrian Purple. HEX triplet: 77, 03 and 34. RGB value is (119,3,52). Sum of RGB (Red+Green+Blue) = 119+3+52=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770334 is #88FCCB. Grayscale: #2B2B2B. Windows color (decimal): -8977612 or 3408759. OLE color: 3408759.

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

Color convert

RGB119352-
CMYK00.970.560.53
HSL334.66º95.08%23.92%-
HSV(B)334.66º97.48%46.67%-
XYZ8.264.233.63-
YUV43.27132.93182.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=68.39%
G=1.72%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11935200.970.560.53334.6695.0823.92
Hex77334061383514f5f18
Octal1673640141706551713730
Binary11101111111010001100001111000110101101001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770334; }

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

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

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

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

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

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

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

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