Html Css Color HEX #77003B Tyrian Purple

📋 copy color: '#77003B'

red 119 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #77003B

Tints of Tyrian Purple #77003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.85%
G = 0%
B = 33.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77003B (or 0x77003B) is known color: Tyrian Purple. HEX triplet: 77, 00 and 3B. RGB value is (119,0,59). Sum of RGB (Red+Green+Blue) = 119+0+59=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #77003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77003B is #88FFC4. Grayscale: #2A2A2A. Windows color (decimal): -8978373 or 3866743. OLE color: 3866743.

HSL color Cylindrical-coordinate representation of color #77003B: hue angle of 330.25º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77003B is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 59 -
CMYK 0 1 0.50 0.53
HSL 330.25º 1% 0.23% -
HSV(B) 330.25º 1% 0.47% -
XYZ 8.4 4.24 4.51 -
YUV 42.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 119 0 59 0 1 0.50 0.53 330.25 1 0.23
Hex 77 0 3B 0 64 32 35 14A 64 17
Octal 167 0 73 0 144 62 65 512 144 27
Binary 1110111 0 111011 0 1100100 110010 110101 101001010 1100100 10111

Color Harmonies of #77003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77003B

Black with #77003B

Text Example


Text Example

White with #77003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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