#77033B

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

Shades of Tyrian Purple #77033B

Tints of Tyrian Purple #77033B

Color information

#77033B (or 0x77033B) is unknown color: approx Tyrian Purple. HEX triplet: 77, 03 and 3B. RGB value is (119,3,59). Sum of RGB (Red+Green+Blue) = 119+3+59=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033B is #88FCC4. Grayscale: #2B2B2B. Windows color (decimal): -8977605 or 3867511. OLE color: 3867511.

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

Color convert

RGB119359-
CMYK00.970.500.53
HSL331.03º95.08%23.92%-
HSV(B)331.03º97.48%46.67%-
XYZ8.434.34.52-
YUV44.07136.43181.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=65.75%
G=1.66%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11935900.970.500.53331.0395.0823.92
Hex7733B061323514b5f18
Octal1673730141626551313730
Binary11101111111101101100001110010110101101001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77033B; }

 p { color: rgb(119,3,59); }

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

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

 a { background-color: rgb(119,3,59); }

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

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

 span { border-color: rgb(119,3,59); }

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