Html Css Color HEX #77014B Tyrian Purple

📋 copy color: '#77014B'

red 119 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #77014B

Tints of Tyrian Purple #77014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 61.03%
G = 0.51%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77014B (or 0x77014B) is known color: Tyrian Purple. HEX triplet: 77, 01 and 4B. RGB value is (119,1,75). Sum of RGB (Red+Green+Blue) = 119+1+75=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #77014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77014B is #88FEB4. Grayscale: #2C2C2C. Windows color (decimal): -8978101 or 4915575. OLE color: 4915575.

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

Color convert

RGB 119 1 75 -
CMYK 0 0.99 0.37 0.53
HSL 322.37º 0.98% 0.24% -
HSV(B) 322.37º 0.99% 0.47% -
XYZ 8.89 4.45 7.05 -
YUV 44.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 119 1 75 0 0.99 0.37 0.53 322.37 0.98 0.24
Hex 77 1 4B 0 63 25 35 142 62 18
Octal 167 1 113 0 143 45 65 502 142 30
Binary 1110111 1 1001011 0 1100011 100101 110101 101000010 1100010 11000

Color Harmonies of #77014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77014B

Black with #77014B

Text Example


Text Example

White with #77014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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