Html Css Color HEX #770334 Tyrian Purple

📋 copy color: '#770334'

red 119 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #770334

Tints of Tyrian Purple #770334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 68.39%
G = 1.72%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#770334 (or 0x770334) is known color: Tyrian Purple. HEX triplet: 77, 03 and 34. RGB value is (119,3,52). Sum of RGB (Red+Green+Blue) = 119+3+52=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770334 is #88FCCB. Grayscale: #2B2B2B. Windows color (decimal): -8977612 or 3408759. OLE color: 3408759.

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

Color convert

RGB 119 3 52 -
CMYK 0 0.97 0.56 0.53
HSL 334.66º 0.95% 0.24% -
HSV(B) 334.66º 0.97% 0.47% -
XYZ 8.26 4.23 3.63 -
YUV 43.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 119 3 52 0 0.97 0.56 0.53 334.66 0.95 0.24
Hex 77 3 34 0 61 38 35 14F 5F 18
Octal 167 3 64 0 141 70 65 517 137 30
Binary 1110111 11 110100 0 1100001 111000 110101 101001111 1011111 11000

Color Harmonies of #770334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770334

Black with #770334

Text Example


Text Example

White with #770334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770334; }

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

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

background-color css

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

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

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

border-color css

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

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

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