Html Css Color HEX #770C48 Tyrian Purple

📋 copy color: '#770C48'

red 119 ◦ green 12 ◦ blue 72

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

Shades of Tyrian Purple #770C48

Tints of Tyrian Purple #770C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 58.62%
G = 5.91%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770C48 (or 0x770C48) is known color: Tyrian Purple. HEX triplet: 77, 0C and 48. RGB value is (119,12,72). Sum of RGB (Red+Green+Blue) = 119+12+72=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #770C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C48 is #88F3B7. Grayscale: #323232. Windows color (decimal): -8975288 or 4721783. OLE color: 4721783.

HSL color Cylindrical-coordinate representation of color #770C48: hue angle of 326.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C48 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 72 -
CMYK 0 0.90 0.39 0.53
HSL 326.36º 0.82% 0.26% -
HSV(B) 326.36º 0.9% 0.47% -
XYZ 8.91 4.65 6.56 -
YUV 50.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 119 12 72 0 0.90 0.39 0.53 326.36 0.82 0.26
Hex 77 C 48 0 5A 27 35 146 52 1A
Octal 167 14 110 0 132 47 65 506 122 32
Binary 1110111 1100 1001000 0 1011010 100111 110101 101000110 1010010 11010

Color Harmonies of #770C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C48

Black with #770C48

Text Example


Text Example

White with #770C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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