Html Css Color HEX #770E5E Palatinate Purple

📋 copy color: '#770E5E'

red 119 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #770E5E

Tints of Palatinate Purple #770E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 52.42%
G = 6.17%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#770E5E (or 0x770E5E) is known color: Palatinate Purple. HEX triplet: 77, 0E and 5E. RGB value is (119,14,94). Sum of RGB (Red+Green+Blue) = 119+14+94=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E5E is #88F1A1. Grayscale: #363636. Windows color (decimal): -8974754 or 6164087. OLE color: 6164087.

HSL color Cylindrical-coordinate representation of color #770E5E: hue angle of 314.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E5E is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 94 -
CMYK 0 0.88 0.21 0.53
HSL 314.29º 0.79% 0.26% -
HSV(B) 314.29º 0.88% 0.47% -
XYZ 9.79 5.04 11.05 -
YUV 54.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 119 14 94 0 0.88 0.21 0.53 314.29 0.79 0.26
Hex 77 E 5E 0 58 15 35 13A 4F 1A
Octal 167 16 136 0 130 25 65 472 117 32
Binary 1110111 1110 1011110 0 1011000 10101 110101 100111010 1001111 11010

Color Harmonies of #770E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E5E

Black with #770E5E

Text Example


Text Example

White with #770E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,94); }

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

background-color css

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

 a { background-color: rgb(119,14,94); }

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

border-color css

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

 span { border-color: rgb(119,14,94); }

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