Html Css Color HEX #770341 Tyrian Purple

📋 copy color: '#770341'

red 119 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #770341

Tints of Tyrian Purple #770341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 63.64%
G = 1.6%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770341 (or 0x770341) is known color: Tyrian Purple. HEX triplet: 77, 03 and 41. RGB value is (119,3,65). Sum of RGB (Red+Green+Blue) = 119+3+65=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #770341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770341 is #88FCBE. Grayscale: #2C2C2C. Windows color (decimal): -8977599 or 4260727. OLE color: 4260727.

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

Color convert

RGB 119 3 65 -
CMYK 0 0.97 0.45 0.53
HSL 327.93º 0.95% 0.24% -
HSV(B) 327.93º 0.97% 0.47% -
XYZ 8.59 4.37 5.39 -
YUV 44.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 119 3 65 0 0.97 0.45 0.53 327.93 0.95 0.24
Hex 77 3 41 0 61 2D 35 148 5F 18
Octal 167 3 101 0 141 55 65 510 137 30
Binary 1110111 11 1000001 0 1100001 101101 110101 101001000 1011111 11000

Color Harmonies of #770341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770341

Black with #770341

Text Example


Text Example

White with #770341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770341; }

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

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

background-color css

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

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

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

border-color css

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

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

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