Html Css Color HEX #770542 Tyrian Purple

📋 copy color: '#770542'

red 119 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #770542

Tints of Tyrian Purple #770542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 62.63%
G = 2.63%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770542 (or 0x770542) is known color: Tyrian Purple. HEX triplet: 77, 05 and 42. RGB value is (119,5,66). Sum of RGB (Red+Green+Blue) = 119+5+66=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #770542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770542 is #88FABD. Grayscale: #2D2D2D. Windows color (decimal): -8977086 or 4326775. OLE color: 4326775.

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

Color convert

RGB 119 5 66 -
CMYK 0 0.96 0.45 0.53
HSL 327.89º 0.92% 0.24% -
HSV(B) 327.89º 0.96% 0.47% -
XYZ 8.65 4.42 5.55 -
YUV 46.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 119 5 66 0 0.96 0.45 0.53 327.89 0.92 0.24
Hex 77 5 42 0 60 2D 35 148 5C 18
Octal 167 5 102 0 140 55 65 510 134 30
Binary 1110111 101 1000010 0 1100000 101101 110101 101001000 1011100 11000

Color Harmonies of #770542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770542

Black with #770542

Text Example


Text Example

White with #770542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770542; }

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

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

background-color css

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

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

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

border-color css

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

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

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