Html Css Color HEX #77033B Tyrian Purple

📋 copy color: '#77033B'

red 119 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #77033B

Tints of Tyrian Purple #77033B

RGB

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

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

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

R = 65.75%
G = 1.66%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77033B (or 0x77033B) is known color: Tyrian Purple. HEX triplet: 77, 03 and 3B. RGB value is (119,3,59). Sum of RGB (Red+Green+Blue) = 119+3+59=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033B is #88FCC4. Grayscale: #2B2B2B. Windows color (decimal): -8977605 or 3867511. OLE color: 3867511.

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

Color convert

RGB 119 3 59 -
CMYK 0 0.97 0.50 0.53
HSL 331.03º 0.95% 0.24% -
HSV(B) 331.03º 0.97% 0.47% -
XYZ 8.43 4.3 4.52 -
YUV 44.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 119 3 59 0 0.97 0.50 0.53 331.03 0.95 0.24
Hex 77 3 3B 0 61 32 35 14B 5F 18
Octal 167 3 73 0 141 62 65 513 137 30
Binary 1110111 11 111011 0 1100001 110010 110101 101001011 1011111 11000

Color Harmonies of #77033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77033B

Black with #77033B

Text Example


Text Example

White with #77033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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