Html Css Color HEX #77033A Tyrian Purple

📋 copy color: '#77033A'

red 119 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #77033A

Tints of Tyrian Purple #77033A

RGB

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

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

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

R = 66.11%
G = 1.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77033A (or 0x77033A) is known color: Tyrian Purple. HEX triplet: 77, 03 and 3A. RGB value is (119,3,58). Sum of RGB (Red+Green+Blue) = 119+3+58=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033A is #88FCC5. Grayscale: #2B2B2B. Windows color (decimal): -8977606 or 3801975. OLE color: 3801975.

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

Color convert

RGB 119 3 58 -
CMYK 0 0.97 0.51 0.53
HSL 331.55º 0.95% 0.24% -
HSV(B) 331.55º 0.97% 0.47% -
XYZ 8.4 4.29 4.39 -
YUV 43.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 119 3 58 0 0.97 0.51 0.53 331.55 0.95 0.24
Hex 77 3 3A 0 61 33 35 14C 5F 18
Octal 167 3 72 0 141 63 65 514 137 30
Binary 1110111 11 111010 0 1100001 110011 110101 101001100 1011111 11000

Color Harmonies of #77033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77033A

Black with #77033A

Text Example


Text Example

White with #77033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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