#770235

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

Shades of Tyrian Purple #770235

Tints of Tyrian Purple #770235

Color information

#770235 (or 0x770235) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 35. RGB value is (119,2,53). Sum of RGB (Red+Green+Blue) = 119+2+53=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770235 is #88FDCA. Grayscale: #2A2A2A. Windows color (decimal): -8977867 or 3474039. OLE color: 3474039.

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

Color convert

RGB119253-
CMYK00.980.550.53
HSL333.85º96.69%23.73%-
HSV(B)333.85º98.32%46.67%-
XYZ8.274.223.75-
YUV42.8133.76182.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=68.39%
G=1.15%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11925300.980.550.53333.8596.6923.73
Hex77235062373514e6118
Octal1672650142676551614130
Binary11101111011010101100010110111110101101001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770235; }

 p { color: rgb(119,2,53); }

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

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

 a { background-color: rgb(119,2,53); }

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

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

 span { border-color: rgb(119,2,53); }

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