Html Css Color HEX #770042 Tyrian Purple

📋 copy color: '#770042'

red 119 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #770042

Tints of Tyrian Purple #770042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 64.32%
G = 0%
B = 35.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770042 (or 0x770042) is known color: Tyrian Purple. HEX triplet: 77, 00 and 42. RGB value is (119,0,66). Sum of RGB (Red+Green+Blue) = 119+0+66=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770042 is #88FFBD. Grayscale: #2A2A2A. Windows color (decimal): -8978366 or 4325495. OLE color: 4325495.

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

Color convert

RGB 119 0 66 -
CMYK 0 1 0.45 0.53
HSL 326.72º 1% 0.23% -
HSV(B) 326.72º 1% 0.47% -
XYZ 8.59 4.32 5.53 -
YUV 43.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 119 0 66 0 1 0.45 0.53 326.72 1 0.23
Hex 77 0 42 0 64 2D 35 147 64 17
Octal 167 0 102 0 144 55 65 507 144 27
Binary 1110111 0 1000010 0 1100100 101101 110101 101000111 1100100 10111

Color Harmonies of #770042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770042

Black with #770042

Text Example


Text Example

White with #770042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770042; }

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

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

background-color css

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

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

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

border-color css

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

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

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