Html Css Color HEX #770543 Tyrian Purple

📋 copy color: '#770543'

red 119 ◦ green 5 ◦ blue 67

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

Shades of Tyrian Purple #770543

Tints of Tyrian Purple #770543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 62.3%
G = 2.62%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#770543 (or 0x770543) is known color: Tyrian Purple. HEX triplet: 77, 05 and 43. RGB value is (119,5,67). Sum of RGB (Red+Green+Blue) = 119+5+67=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770543 is #88FABC. Grayscale: #2E2E2E. Windows color (decimal): -8977085 or 4392311. OLE color: 4392311.

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

Color convert

RGB 119 5 67 -
CMYK 0 0.96 0.44 0.53
HSL 327.37º 0.92% 0.24% -
HSV(B) 327.37º 0.96% 0.47% -
XYZ 8.68 4.44 5.71 -
YUV 46.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 119 5 67 0 0.96 0.44 0.53 327.37 0.92 0.24
Hex 77 5 43 0 60 2C 35 147 5C 18
Octal 167 5 103 0 140 54 65 507 134 30
Binary 1110111 101 1000011 0 1100000 101100 110101 101000111 1011100 11000

Color Harmonies of #770543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770543

Black with #770543

Text Example


Text Example

White with #770543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770543; }

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

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

background-color css

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

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

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

border-color css

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

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

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