Html Css Color HEX #770339 Tyrian Purple

📋 copy color: '#770339'

red 119 ◦ green 3 ◦ blue 57

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

Shades of Tyrian Purple #770339

Tints of Tyrian Purple #770339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 31.84%

R = 66.48%
G = 1.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#770339 (or 0x770339) is known color: Tyrian Purple. HEX triplet: 77, 03 and 39. RGB value is (119,3,57). Sum of RGB (Red+Green+Blue) = 119+3+57=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770339 is #88FCC6. Grayscale: #2B2B2B. Windows color (decimal): -8977607 or 3736439. OLE color: 3736439.

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

Color convert

RGB 119 3 57 -
CMYK 0 0.97 0.52 0.53
HSL 332.07º 0.95% 0.24% -
HSV(B) 332.07º 0.97% 0.47% -
XYZ 8.38 4.28 4.26 -
YUV 43.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 119 3 57 0 0.97 0.52 0.53 332.07 0.95 0.24
Hex 77 3 39 0 61 34 35 14C 5F 18
Octal 167 3 71 0 141 64 65 514 137 30
Binary 1110111 11 111001 0 1100001 110100 110101 101001100 1011111 11000

Color Harmonies of #770339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770339

Black with #770339

Text Example


Text Example

White with #770339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770339; }

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

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

background-color css

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

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

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

border-color css

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

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

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