Html Css Color HEX #770545 Tyrian Purple

📋 copy color: '#770545'

red 119 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #770545

Tints of Tyrian Purple #770545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 61.66%
G = 2.59%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#770545 (or 0x770545) is known color: Tyrian Purple. HEX triplet: 77, 05 and 45. RGB value is (119,5,69). Sum of RGB (Red+Green+Blue) = 119+5+69=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #770545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770545 is #88FABA. Grayscale: #2E2E2E. Windows color (decimal): -8977083 or 4523383. OLE color: 4523383.

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

Color convert

RGB 119 5 69 -
CMYK 0 0.96 0.42 0.53
HSL 326.32º 0.92% 0.24% -
HSV(B) 326.32º 0.96% 0.47% -
XYZ 8.74 4.46 6.03 -
YUV 46.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 119 5 69 0 0.96 0.42 0.53 326.32 0.92 0.24
Hex 77 5 45 0 60 2A 35 146 5C 18
Octal 167 5 105 0 140 52 65 506 134 30
Binary 1110111 101 1000101 0 1100000 101010 110101 101000110 1011100 11000

Color Harmonies of #770545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770545

Black with #770545

Text Example


Text Example

White with #770545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770545; }

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

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

background-color css

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

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

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

border-color css

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

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

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