Html Css Color HEX #77023C Tyrian Purple

📋 copy color: '#77023C'

red 119 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #77023C

Tints of Tyrian Purple #77023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 65.75%
G = 1.1%
B = 33.15%

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

#77023C (or 0x77023C) is known color: Tyrian Purple. HEX triplet: 77, 02 and 3C. RGB value is (119,2,60). Sum of RGB (Red+Green+Blue) = 119+2+60=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023C is #88FDC3. Grayscale: #2B2B2B. Windows color (decimal): -8977860 or 3932791. OLE color: 3932791.

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

Color convert

RGB 119 2 60 -
CMYK 0 0.98 0.50 0.53
HSL 330.26º 0.97% 0.24% -
HSV(B) 330.26º 0.98% 0.47% -
XYZ 8.45 4.29 4.66 -
YUV 43.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 119 2 60 0 0.98 0.50 0.53 330.26 0.97 0.24
Hex 77 2 3C 0 62 32 35 14A 61 18
Octal 167 2 74 0 142 62 65 512 141 30
Binary 1110111 10 111100 0 1100010 110010 110101 101001010 1100001 11000

Color Harmonies of #77023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77023C

Black with #77023C

Text Example


Text Example

White with #77023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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