Html Css Color HEX #770548 Tyrian Purple

📋 copy color: '#770548'

red 119 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #770548

Tints of Tyrian Purple #770548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 60.71%
G = 2.55%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770548 (or 0x770548) is known color: Tyrian Purple. HEX triplet: 77, 05 and 48. RGB value is (119,5,72). Sum of RGB (Red+Green+Blue) = 119+5+72=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770548 is #88FAB7. Grayscale: #2E2E2E. Windows color (decimal): -8977080 or 4719991. OLE color: 4719991.

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

Color convert

RGB 119 5 72 -
CMYK 0 0.96 0.39 0.53
HSL 324.74º 0.92% 0.24% -
HSV(B) 324.74º 0.96% 0.47% -
XYZ 8.83 4.5 6.53 -
YUV 46.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 119 5 72 0 0.96 0.39 0.53 324.74 0.92 0.24
Hex 77 5 48 0 60 27 35 145 5C 18
Octal 167 5 110 0 140 47 65 505 134 30
Binary 1110111 101 1001000 0 1100000 100111 110101 101000101 1011100 11000

Color Harmonies of #770548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770548

Black with #770548

Text Example


Text Example

White with #770548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770548; }

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

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

background-color css

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

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

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

border-color css

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

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

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