Html Css Color HEX #77023A Tyrian Purple

📋 copy color: '#77023A'

red 119 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #77023A

Tints of Tyrian Purple #77023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 66.48%
G = 1.12%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77023A (or 0x77023A) is known color: Tyrian Purple. HEX triplet: 77, 02 and 3A. RGB value is (119,2,58). Sum of RGB (Red+Green+Blue) = 119+2+58=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023A is #88FDC5. Grayscale: #2B2B2B. Windows color (decimal): -8977862 or 3801719. OLE color: 3801719.

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

Color convert

RGB 119 2 58 -
CMYK 0 0.98 0.51 0.53
HSL 331.28º 0.97% 0.24% -
HSV(B) 331.28º 0.98% 0.47% -
XYZ 8.39 4.27 4.38 -
YUV 43.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 119 2 58 0 0.98 0.51 0.53 331.28 0.97 0.24
Hex 77 2 3A 0 62 33 35 14B 61 18
Octal 167 2 72 0 142 63 65 513 141 30
Binary 1110111 10 111010 0 1100010 110011 110101 101001011 1100001 11000

Color Harmonies of #77023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77023A

Black with #77023A

Text Example


Text Example

White with #77023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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