Html Css Color HEX #770044 Tyrian Purple

📋 copy color: '#770044'

red 119 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #770044

Tints of Tyrian Purple #770044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#770044 (or 0x770044) is known color: Tyrian Purple. HEX triplet: 77, 00 and 44. RGB value is (119,0,68). Sum of RGB (Red+Green+Blue) = 119+0+68=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #770044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770044 is #88FFBB. Grayscale: #2B2B2B. Windows color (decimal): -8978364 or 4456567. OLE color: 4456567.

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

Color convert

RGB 119 0 68 -
CMYK 0 1 0.43 0.53
HSL 325.71º 1% 0.23% -
HSV(B) 325.71º 1% 0.47% -
XYZ 8.65 4.34 5.85 -
YUV 43.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 119 0 68 0 1 0.43 0.53 325.71 1 0.23
Hex 77 0 44 0 64 2B 35 146 64 17
Octal 167 0 104 0 144 53 65 506 144 27
Binary 1110111 0 1000100 0 1100100 101011 110101 101000110 1100100 10111

Color Harmonies of #770044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770044

Black with #770044

Text Example


Text Example

White with #770044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770044; }

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

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

background-color css

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

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

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

border-color css

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

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

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