Html Css Color HEX #770834 Tyrian Purple

📋 copy color: '#770834'

red 119 ◦ green 8 ◦ blue 52

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

Shades of Tyrian Purple #770834

Tints of Tyrian Purple #770834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 66.48%
G = 4.47%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#770834 (or 0x770834) is known color: Tyrian Purple. HEX triplet: 77, 08 and 34. RGB value is (119,8,52). Sum of RGB (Red+Green+Blue) = 119+8+52=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770834 is #88F7CB. Grayscale: #2E2E2E. Windows color (decimal): -8976332 or 3410039. OLE color: 3410039.

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

Color convert

RGB 119 8 52 -
CMYK 0 0.93 0.56 0.53
HSL 336.22º 0.87% 0.25% -
HSV(B) 336.22º 0.93% 0.47% -
XYZ 8.31 4.34 3.65 -
YUV 46.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 119 8 52 0 0.93 0.56 0.53 336.22 0.87 0.25
Hex 77 8 34 0 5D 38 35 150 57 19
Octal 167 10 64 0 135 70 65 520 127 31
Binary 1110111 1000 110100 0 1011101 111000 110101 101010000 1010111 11001

Color Harmonies of #770834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770834

Black with #770834

Text Example


Text Example

White with #770834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770834; }

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

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

background-color css

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

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

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

border-color css

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

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

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