Html Css Color HEX #770134 Tyrian Purple

📋 copy color: '#770134'

red 119 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #770134

Tints of Tyrian Purple #770134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 69.19%
G = 0.58%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#770134 (or 0x770134) is known color: Tyrian Purple. HEX triplet: 77, 01 and 34. RGB value is (119,1,52). Sum of RGB (Red+Green+Blue) = 119+1+52=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #770134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770134 is #88FECB. Grayscale: #2A2A2A. Windows color (decimal): -8978124 or 3408247. OLE color: 3408247.

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

Color convert

RGB 119 1 52 -
CMYK 0 0.99 0.56 0.53
HSL 334.07º 0.98% 0.24% -
HSV(B) 334.07º 0.99% 0.47% -
XYZ 8.24 4.19 3.62 -
YUV 42.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 119 1 52 0 0.99 0.56 0.53 334.07 0.98 0.24
Hex 77 1 34 0 63 38 35 14E 62 18
Octal 167 1 64 0 143 70 65 516 142 30
Binary 1110111 1 110100 0 1100011 111000 110101 101001110 1100010 11000

Color Harmonies of #770134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770134

Black with #770134

Text Example


Text Example

White with #770134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770134; }

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

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

background-color css

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

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

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

border-color css

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

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

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