Html Css Color HEX #770534 Tyrian Purple

📋 copy color: '#770534'

red 119 ◦ green 5 ◦ blue 52

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

Shades of Tyrian Purple #770534

Tints of Tyrian Purple #770534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 67.61%
G = 2.84%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#770534 (or 0x770534) is known color: Tyrian Purple. HEX triplet: 77, 05 and 34. RGB value is (119,5,52). Sum of RGB (Red+Green+Blue) = 119+5+52=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #770534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770534 is #88FACB. Grayscale: #2C2C2C. Windows color (decimal): -8977100 or 3409271. OLE color: 3409271.

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

Color convert

RGB 119 5 52 -
CMYK 0 0.96 0.56 0.53
HSL 335.26º 0.92% 0.24% -
HSV(B) 335.26º 0.96% 0.47% -
XYZ 8.28 4.28 3.64 -
YUV 44.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 119 5 52 0 0.96 0.56 0.53 335.26 0.92 0.24
Hex 77 5 34 0 60 38 35 14F 5C 18
Octal 167 5 64 0 140 70 65 517 134 30
Binary 1110111 101 110100 0 1100000 111000 110101 101001111 1011100 11000

Color Harmonies of #770534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770534

Black with #770534

Text Example


Text Example

White with #770534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770534; }

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

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

background-color css

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

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

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

border-color css

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

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

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