Html Css Color HEX #770848 Tyrian Purple

📋 copy color: '#770848'

red 119 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #770848

Tints of Tyrian Purple #770848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

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

R = 59.8%
G = 4.02%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770848 (or 0x770848) is known color: Tyrian Purple. HEX triplet: 77, 08 and 48. RGB value is (119,8,72). Sum of RGB (Red+Green+Blue) = 119+8+72=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #770848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770848 is #88F7B7. Grayscale: #303030. Windows color (decimal): -8976312 or 4720759. OLE color: 4720759.

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

Color convert

RGB 119 8 72 -
CMYK 0 0.93 0.39 0.53
HSL 325.41º 0.87% 0.25% -
HSV(B) 325.41º 0.93% 0.47% -
XYZ 8.86 4.56 6.54 -
YUV 48.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 119 8 72 0 0.93 0.39 0.53 325.41 0.87 0.25
Hex 77 8 48 0 5D 27 35 145 57 19
Octal 167 10 110 0 135 47 65 505 127 31
Binary 1110111 1000 1001000 0 1011101 100111 110101 101000101 1010111 11001

Color Harmonies of #770848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770848

Black with #770848

Text Example


Text Example

White with #770848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770848; }

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

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

background-color css

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

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

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

border-color css

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

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

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