Html Css Color HEX #770842 Tyrian Purple

📋 copy color: '#770842'

red 119 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #770842

Tints of Tyrian Purple #770842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 61.66%
G = 4.15%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770842 (or 0x770842) is known color: Tyrian Purple. HEX triplet: 77, 08 and 42. RGB value is (119,8,66). Sum of RGB (Red+Green+Blue) = 119+8+66=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #770842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770842 is #88F7BD. Grayscale: #2F2F2F. Windows color (decimal): -8976318 or 4327543. OLE color: 4327543.

HSL color Cylindrical-coordinate representation of color #770842: hue angle of 328.65º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770842 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 66 -
CMYK 0 0.93 0.45 0.53
HSL 328.65º 0.87% 0.25% -
HSV(B) 328.65º 0.93% 0.47% -
XYZ 8.68 4.49 5.56 -
YUV 47.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 119 8 66 0 0.93 0.45 0.53 328.65 0.87 0.25
Hex 77 8 42 0 5D 2D 35 149 57 19
Octal 167 10 102 0 135 55 65 511 127 31
Binary 1110111 1000 1000010 0 1011101 101101 110101 101001001 1010111 11001

Color Harmonies of #770842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770842

Black with #770842

Text Example


Text Example

White with #770842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770842; }

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

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

background-color css

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

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

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

border-color css

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

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

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