Html Css Color HEX #770448 Tyrian Purple

📋 copy color: '#770448'

red 119 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #770448

Tints of Tyrian Purple #770448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 61.03%
G = 2.05%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770448 (or 0x770448) is known color: Tyrian Purple. HEX triplet: 77, 04 and 48. RGB value is (119,4,72). Sum of RGB (Red+Green+Blue) = 119+4+72=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #770448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770448 is #88FBB7. Grayscale: #2D2D2D. Windows color (decimal): -8977336 or 4719735. OLE color: 4719735.

HSL color Cylindrical-coordinate representation of color #770448: hue angle of 324.52º 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 #770448 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 72 -
CMYK 0 0.97 0.39 0.53
HSL 324.52º 0.93% 0.24% -
HSV(B) 324.52º 0.97% 0.47% -
XYZ 8.82 4.48 6.53 -
YUV 46.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 119 4 72 0 0.97 0.39 0.53 324.52 0.93 0.24
Hex 77 4 48 0 61 27 35 145 5D 18
Octal 167 4 110 0 141 47 65 505 135 30
Binary 1110111 100 1001000 0 1100001 100111 110101 101000101 1011101 11000

Color Harmonies of #770448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770448

Black with #770448

Text Example


Text Example

White with #770448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770448; }

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

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

background-color css

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

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

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

border-color css

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

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

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