Html Css Color HEX #770454 Tyrian Purple

📋 copy color: '#770454'

red 119 ◦ green 4 ◦ blue 84

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

Shades of Tyrian Purple #770454

Tints of Tyrian Purple #770454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 57.49%
G = 1.93%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#770454 (or 0x770454) is known color: Tyrian Purple. HEX triplet: 77, 04 and 54. RGB value is (119,4,84). Sum of RGB (Red+Green+Blue) = 119+4+84=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770454 is #88FBAB. Grayscale: #2F2F2F. Windows color (decimal): -8977324 or 5506167. OLE color: 5506167.

HSL color Cylindrical-coordinate representation of color #770454: hue angle of 318.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770454 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 84 -
CMYK 0 0.97 0.29 0.53
HSL 318.26º 0.93% 0.24% -
HSV(B) 318.26º 0.97% 0.47% -
XYZ 9.25 4.65 8.8 -
YUV 47.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 119 4 84 0 0.97 0.29 0.53 318.26 0.93 0.24
Hex 77 4 54 0 61 1D 35 13E 5D 18
Octal 167 4 124 0 141 35 65 476 135 30
Binary 1110111 100 1010100 0 1100001 11101 110101 100111110 1011101 11000

Color Harmonies of #770454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770454

Black with #770454

Text Example


Text Example

White with #770454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770454; }

 p { color: rgb(119,4,84); }

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

background-color css

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

 a { background-color: rgb(119,4,84); }

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

border-color css

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

 span { border-color: rgb(119,4,84); }

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