Html Css Color HEX #770139 Tyrian Purple

📋 copy color: '#770139'

red 119 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #770139

Tints of Tyrian Purple #770139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 67.23%
G = 0.56%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#770139 (or 0x770139) is known color: Tyrian Purple. HEX triplet: 77, 01 and 39. RGB value is (119,1,57). Sum of RGB (Red+Green+Blue) = 119+1+57=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #770139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770139 is #88FEC6. Grayscale: #2A2A2A. Windows color (decimal): -8978119 or 3735927. OLE color: 3735927.

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

Color convert

RGB 119 1 57 -
CMYK 0 0.99 0.52 0.53
HSL 331.53º 0.98% 0.24% -
HSV(B) 331.53º 0.99% 0.47% -
XYZ 8.36 4.24 4.25 -
YUV 42.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 119 1 57 0 0.99 0.52 0.53 331.53 0.98 0.24
Hex 77 1 39 0 63 34 35 14C 62 18
Octal 167 1 71 0 143 64 65 514 142 30
Binary 1110111 1 111001 0 1100011 110100 110101 101001100 1100010 11000

Color Harmonies of #770139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770139

Black with #770139

Text Example


Text Example

White with #770139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770139; }

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

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

background-color css

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

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

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

border-color css

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

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

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