#770045

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

Shades of Tyrian Purple #770045

Tints of Tyrian Purple #770045

Color information

#770045 (or 0x770045) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 45. RGB value is (119,0,69). Sum of RGB (Red+Green+Blue) = 119+0+69=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770045 is #88FFBA. Grayscale: #2B2B2B. Windows color (decimal): -8978363 or 4522103. OLE color: 4522103.

HSL color Cylindrical-coordinate representation of color #770045: hue angle of 325.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770045 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB119069-
CMYK010.420.53
HSL325.21º100%23.33%-
HSV(B)325.21º100%46.67%-
XYZ8.684.356.01-
YUV43.45142.42181.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=63.30%
G=0%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119069010.420.53325.2110023.33
Hex770450642A351456417
Octal16701050144526550514427
Binary11101110100010101100100101010110101101000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770045; }

 p { color: rgb(119,0,69); }

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

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

 a { background-color: rgb(119,0,69); }

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

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

 span { border-color: rgb(119,0,69); }

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