Html Css Color HEX #770032 Tyrian Purple

📋 copy color: '#770032'

red 119 ◦ green 0 ◦ blue 50

#770032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #770032

Tints of Tyrian Purple #770032

RGB

 RED value IS 119 (46.88% from 255) = 70.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 70.41%
G = 0%
B = 29.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#770032 (or 0x770032) is known color: Tyrian Purple. HEX triplet: 77, 00 and 32. RGB value is (119,0,50). Sum of RGB (Red+Green+Blue) = 119+0+50=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770032 is #88FFCD. Grayscale: #292929. Windows color (decimal): -8978382 or 3276919. OLE color: 3276919.

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

Color convert

RGB 119 0 50 -
CMYK 0 1 0.58 0.53
HSL 334.79º 1% 0.23% -
HSV(B) 334.79º 1% 0.47% -
XYZ 8.18 4.15 3.39 -
YUV 41.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 119 0 50 0 1 0.58 0.53 334.79 1 0.23
Hex 77 0 32 0 64 3A 35 14F 64 17
Octal 167 0 62 0 144 72 65 517 144 27
Binary 1110111 0 110010 0 1100100 111010 110101 101001111 1100100 10111

Color Harmonies of #770032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770032

Black with #770032

Text Example


Text Example

White with #770032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770032; }

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

 H1.HeaderClassName
 {
   color: #770032;
 }
 .AnyTagClassName
 {
   color: #770032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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