Html Css Color HEX #770442 Tyrian Purple

📋 copy color: '#770442'

red 119 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #770442

Tints of Tyrian Purple #770442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

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

R = 62.96%
G = 2.12%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770442 (or 0x770442) is known color: Tyrian Purple. HEX triplet: 77, 04 and 42. RGB value is (119,4,66). Sum of RGB (Red+Green+Blue) = 119+4+66=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #770442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770442 is #88FBBD. Grayscale: #2D2D2D. Windows color (decimal): -8977342 or 4326519. OLE color: 4326519.

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

Color convert

RGB 119 4 66 -
CMYK 0 0.97 0.45 0.53
HSL 327.65º 0.93% 0.24% -
HSV(B) 327.65º 0.97% 0.47% -
XYZ 8.63 4.4 5.55 -
YUV 45.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 119 4 66 0 0.97 0.45 0.53 327.65 0.93 0.24
Hex 77 4 42 0 61 2D 35 148 5D 18
Octal 167 4 102 0 141 55 65 510 135 30
Binary 1110111 100 1000010 0 1100001 101101 110101 101001000 1011101 11000

Color Harmonies of #770442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770442

Black with #770442

Text Example


Text Example

White with #770442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770442; }

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

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

background-color css

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

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

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

border-color css

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

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

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