Html Css Color HEX #77073B Tyrian Purple

📋 copy color: '#77073B'

red 119 ◦ green 7 ◦ blue 59

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

Shades of Tyrian Purple #77073B

Tints of Tyrian Purple #77073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 64.32%
G = 3.78%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77073B (or 0x77073B) is known color: Tyrian Purple. HEX triplet: 77, 07 and 3B. RGB value is (119,7,59). Sum of RGB (Red+Green+Blue) = 119+7+59=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77073B is #88F8C4. Grayscale: #2E2E2E. Windows color (decimal): -8976581 or 3868535. OLE color: 3868535.

HSL color Cylindrical-coordinate representation of color #77073B: hue angle of 332.14º 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 #77073B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 59 -
CMYK 0 0.94 0.50 0.53
HSL 332.14º 0.89% 0.25% -
HSV(B) 332.14º 0.94% 0.47% -
XYZ 8.47 4.39 4.54 -
YUV 46.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 119 7 59 0 0.94 0.50 0.53 332.14 0.89 0.25
Hex 77 7 3B 0 5E 32 35 14C 59 19
Octal 167 7 73 0 136 62 65 514 131 31
Binary 1110111 111 111011 0 1011110 110010 110101 101001100 1011001 11001

Color Harmonies of #77073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77073B

Black with #77073B

Text Example


Text Example

White with #77073B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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