Html Css Color HEX #770137 Tyrian Purple

📋 copy color: '#770137'

red 119 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #770137

Tints of Tyrian Purple #770137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 68%
G = 0.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#770137 (or 0x770137) is known color: Tyrian Purple. HEX triplet: 77, 01 and 37. RGB value is (119,1,55). Sum of RGB (Red+Green+Blue) = 119+1+55=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770137 is #88FEC8. Grayscale: #2A2A2A. Windows color (decimal): -8978121 or 3604855. OLE color: 3604855.

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

Color convert

RGB 119 1 55 -
CMYK 0 0.99 0.54 0.53
HSL 332.54º 0.98% 0.24% -
HSV(B) 332.54º 0.99% 0.47% -
XYZ 8.31 4.22 3.99 -
YUV 42.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 119 1 55 0 0.99 0.54 0.53 332.54 0.98 0.24
Hex 77 1 37 0 63 36 35 14D 62 18
Octal 167 1 67 0 143 66 65 515 142 30
Binary 1110111 1 110111 0 1100011 110110 110101 101001101 1100010 11000

Color Harmonies of #770137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770137

Black with #770137

Text Example


Text Example

White with #770137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770137; }

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

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

background-color css

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

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

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

border-color css

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

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

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