#770438

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

Shades of Tyrian Purple #770438

Tints of Tyrian Purple #770438

Color information

#770438 (or 0x770438) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 38. RGB value is (119,4,56). Sum of RGB (Red+Green+Blue) = 119+4+56=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770438 is #88FBC7. Grayscale: #2C2C2C. Windows color (decimal): -8977352 or 3671159. OLE color: 3671159.

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

Color convert

RGB119456-
CMYK00.970.530.53
HSL332.87º93.5%24.12%-
HSV(B)332.87º96.64%46.67%-
XYZ8.364.294.13-
YUV44.31134.6181.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=66.48%
G=2.23%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11945600.970.530.53332.8793.524.12
Hex77438061353514d5d18
Octal1674700141656551513530
Binary111011110011100001100001110101110101101001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770438; }

 p { color: rgb(119,4,56); }

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

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

 a { background-color: rgb(119,4,56); }

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

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

 span { border-color: rgb(119,4,56); }

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