Html Css Color HEX #77083A Tyrian Purple

📋 copy color: '#77083A'

red 119 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #77083A

Tints of Tyrian Purple #77083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 64.32%
G = 4.32%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77083A (or 0x77083A) is known color: Tyrian Purple. HEX triplet: 77, 08 and 3A. RGB value is (119,8,58). Sum of RGB (Red+Green+Blue) = 119+8+58=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77083A is #88F7C5. Grayscale: #2E2E2E. Windows color (decimal): -8976326 or 3803255. OLE color: 3803255.

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

Color convert

RGB 119 8 58 -
CMYK 0 0.93 0.51 0.53
HSL 332.97º 0.87% 0.25% -
HSV(B) 332.97º 0.93% 0.47% -
XYZ 8.46 4.4 4.41 -
YUV 46.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 119 8 58 0 0.93 0.51 0.53 332.97 0.87 0.25
Hex 77 8 3A 0 5D 33 35 14D 57 19
Octal 167 10 72 0 135 63 65 515 127 31
Binary 1110111 1000 111010 0 1011101 110011 110101 101001101 1010111 11001

Color Harmonies of #77083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77083A

Black with #77083A

Text Example


Text Example

White with #77083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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