Html Css Color HEX #77074B Tyrian Purple

📋 copy color: '#77074B'

red 119 ◦ green 7 ◦ blue 75

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

Shades of Tyrian Purple #77074B

Tints of Tyrian Purple #77074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 59.2%
G = 3.48%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77074B (or 0x77074B) is known color: Tyrian Purple. HEX triplet: 77, 07 and 4B. RGB value is (119,7,75). Sum of RGB (Red+Green+Blue) = 119+7+75=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77074B is #88F8B4. Grayscale: #303030. Windows color (decimal): -8976565 or 4917111. OLE color: 4917111.

HSL color Cylindrical-coordinate representation of color #77074B: hue angle of 323.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77074B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 75 -
CMYK 0 0.94 0.37 0.53
HSL 323.57º 0.89% 0.25% -
HSV(B) 323.57º 0.94% 0.47% -
XYZ 8.95 4.58 7.07 -
YUV 48.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 119 7 75 0 0.94 0.37 0.53 323.57 0.89 0.25
Hex 77 7 4B 0 5E 25 35 144 59 19
Octal 167 7 113 0 136 45 65 504 131 31
Binary 1110111 111 1001011 0 1011110 100101 110101 101000100 1011001 11001

Color Harmonies of #77074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77074B

Black with #77074B

Text Example


Text Example

White with #77074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,7,75); }

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

background-color css

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

 a { background-color: rgb(119,7,75); }

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

border-color css

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

 span { border-color: rgb(119,7,75); }

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