Html Css Color HEX #770136 Tyrian Purple

📋 copy color: '#770136'

red 119 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #770136

Tints of Tyrian Purple #770136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 68.39%
G = 0.57%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#770136 (or 0x770136) is known color: Tyrian Purple. HEX triplet: 77, 01 and 36. RGB value is (119,1,54). Sum of RGB (Red+Green+Blue) = 119+1+54=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770136 is #88FEC9. Grayscale: #2A2A2A. Windows color (decimal): -8978122 or 3539319. OLE color: 3539319.

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

Color convert

RGB 119 1 54 -
CMYK 0 0.99 0.55 0.53
HSL 333.05º 0.98% 0.24% -
HSV(B) 333.05º 0.99% 0.47% -
XYZ 8.28 4.21 3.87 -
YUV 42.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 119 1 54 0 0.99 0.55 0.53 333.05 0.98 0.24
Hex 77 1 36 0 63 37 35 14D 62 18
Octal 167 1 66 0 143 67 65 515 142 30
Binary 1110111 1 110110 0 1100011 110111 110101 101001101 1100010 11000

Color Harmonies of #770136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770136

Black with #770136

Text Example


Text Example

White with #770136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770136; }

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

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

background-color css

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

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

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

border-color css

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

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

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