Html Css Color HEX #770A5E Palatinate Purple

📋 copy color: '#770A5E'

red 119 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #770A5E

Tints of Palatinate Purple #770A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

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

R = 53.36%
G = 4.48%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#770A5E (or 0x770A5E) is known color: Palatinate Purple. HEX triplet: 77, 0A and 5E. RGB value is (119,10,94). Sum of RGB (Red+Green+Blue) = 119+10+94=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A5E is #88F5A1. Grayscale: #333333. Windows color (decimal): -8975778 or 6163063. OLE color: 6163063.

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

Color convert

RGB 119 10 94 -
CMYK 0 0.92 0.21 0.53
HSL 313.76º 0.84% 0.25% -
HSV(B) 313.76º 0.92% 0.47% -
XYZ 9.74 4.95 11.03 -
YUV 52.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 119 10 94 0 0.92 0.21 0.53 313.76 0.84 0.25
Hex 77 A 5E 0 5C 15 35 13A 54 19
Octal 167 12 136 0 134 25 65 472 124 31
Binary 1110111 1010 1011110 0 1011100 10101 110101 100111010 1010100 11001

Color Harmonies of #770A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A5E

Black with #770A5E

Text Example


Text Example

White with #770A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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