#770238

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

Shades of Tyrian Purple #770238

Tints of Tyrian Purple #770238

Color information

#770238 (or 0x770238) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 38. RGB value is (119,2,56). Sum of RGB (Red+Green+Blue) = 119+2+56=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #770238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770238 is #88FDC7. Grayscale: #2B2B2B. Windows color (decimal): -8977864 or 3670647. OLE color: 3670647.

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

Color convert

RGB119256-
CMYK00.980.530.53
HSL332.31º96.69%23.73%-
HSV(B)332.31º98.32%46.67%-
XYZ8.344.254.12-
YUV43.14135.26182.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=67.23%
G=1.13%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11925600.980.530.53332.3196.6923.73
Hex77238062353514c6118
Octal1672700142656551414130
Binary11101111011100001100010110101110101101001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770238; }

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

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

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

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

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

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

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

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