#770134

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

Shades of Tyrian Purple #770134

Tints of Tyrian Purple #770134

Color information

#770134 (or 0x770134) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 34. RGB value is (119,1,52). Sum of RGB (Red+Green+Blue) = 119+1+52=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #770134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770134 is #88FECB. Grayscale: #2A2A2A. Windows color (decimal): -8978124 or 3408247. OLE color: 3408247.

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

Color convert

RGB119152-
CMYK00.990.560.53
HSL334.07º98.33%23.53%-
HSV(B)334.07º99.16%46.67%-
XYZ8.244.193.62-
YUV42.1133.59182.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=69.19%
G=0.58%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11915200.990.560.53334.0798.3323.53
Hex77134063383514e6218
Octal1671640143706551614230
Binary1110111111010001100011111000110101101001110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770134; }

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

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

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

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

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

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

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

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