Html Css Color HEX #77023B Tyrian Purple

📋 copy color: '#77023B'

red 119 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #77023B

Tints of Tyrian Purple #77023B

RGB

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

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

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

R = 66.11%
G = 1.11%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77023B (or 0x77023B) is known color: Tyrian Purple. HEX triplet: 77, 02 and 3B. RGB value is (119,2,59). Sum of RGB (Red+Green+Blue) = 119+2+59=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023B is #88FDC4. Grayscale: #2B2B2B. Windows color (decimal): -8977861 or 3867255. OLE color: 3867255.

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

Color convert

RGB 119 2 59 -
CMYK 0 0.98 0.50 0.53
HSL 330.77º 0.97% 0.24% -
HSV(B) 330.77º 0.98% 0.47% -
XYZ 8.42 4.28 4.52 -
YUV 43.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 119 2 59 0 0.98 0.50 0.53 330.77 0.97 0.24
Hex 77 2 3B 0 62 32 35 14B 61 18
Octal 167 2 73 0 142 62 65 513 141 30
Binary 1110111 10 111011 0 1100010 110010 110101 101001011 1100001 11000

Color Harmonies of #77023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77023B

Black with #77023B

Text Example


Text Example

White with #77023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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