#770043

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

Shades of Tyrian Purple #770043

Tints of Tyrian Purple #770043

Color information

#770043 (or 0x770043) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 43. RGB value is (119,0,67). Sum of RGB (Red+Green+Blue) = 119+0+67=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #770043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770043 is #88FFBC. Grayscale: #2B2B2B. Windows color (decimal): -8978365 or 4391031. OLE color: 4391031.

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

Color convert

RGB119067-
CMYK010.440.53
HSL326.22º100%23.33%-
HSV(B)326.22º100%46.67%-
XYZ8.624.335.69-
YUV43.22141.42182.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=63.98%
G=0%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119067010.440.53326.2210023.33
Hex770430642C351466417
Octal16701030144546550614427
Binary11101110100001101100100101100110101101000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770043; }

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

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

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

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

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

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

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

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