Html Css Color HEX #77073A Tyrian Purple

📋 copy color: '#77073A'

red 119 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #77073A

Tints of Tyrian Purple #77073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 64.67%
G = 3.8%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77073A (or 0x77073A) is known color: Tyrian Purple. HEX triplet: 77, 07 and 3A. RGB value is (119,7,58). Sum of RGB (Red+Green+Blue) = 119+7+58=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77073A is #88F8C5. Grayscale: #2E2E2E. Windows color (decimal): -8976582 or 3802999. OLE color: 3802999.

HSL color Cylindrical-coordinate representation of color #77073A: hue angle of 332.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77073A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 58 -
CMYK 0 0.94 0.51 0.53
HSL 332.68º 0.89% 0.25% -
HSV(B) 332.68º 0.94% 0.47% -
XYZ 8.45 4.38 4.4 -
YUV 46.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 119 7 58 0 0.94 0.51 0.53 332.68 0.89 0.25
Hex 77 7 3A 0 5E 33 35 14D 59 19
Octal 167 7 72 0 136 63 65 515 131 31
Binary 1110111 111 111010 0 1011110 110011 110101 101001101 1011001 11001

Color Harmonies of #77073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77073A

Black with #77073A

Text Example


Text Example

White with #77073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77073A; }

 p { color: rgb(119,7,58); }

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

background-color css

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

 a { background-color: rgb(119,7,58); }

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

border-color css

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

 span { border-color: rgb(119,7,58); }

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