Html Css Color HEX #770143 Tyrian Purple

📋 copy color: '#770143'

red 119 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #770143

Tints of Tyrian Purple #770143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 63.64%
G = 0.53%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#770143 (or 0x770143) is known color: Tyrian Purple. HEX triplet: 77, 01 and 43. RGB value is (119,1,67). Sum of RGB (Red+Green+Blue) = 119+1+67=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #770143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770143 is #88FEBC. Grayscale: #2B2B2B. Windows color (decimal): -8978109 or 4391287. OLE color: 4391287.

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

Color convert

RGB 119 1 67 -
CMYK 0 0.99 0.44 0.53
HSL 326.44º 0.98% 0.24% -
HSV(B) 326.44º 0.99% 0.47% -
XYZ 8.63 4.35 5.69 -
YUV 43.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 119 1 67 0 0.99 0.44 0.53 326.44 0.98 0.24
Hex 77 1 43 0 63 2C 35 146 62 18
Octal 167 1 103 0 143 54 65 506 142 30
Binary 1110111 1 1000011 0 1100011 101100 110101 101000110 1100010 11000

Color Harmonies of #770143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770143

Black with #770143

Text Example


Text Example

White with #770143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770143; }

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

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

background-color css

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

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

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

border-color css

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

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

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