Html Css Color HEX #77175E Palatinate Purple

📋 copy color: '#77175E'

red 119 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #77175E

Tints of Palatinate Purple #77175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

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

R = 50.42%
G = 9.75%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77175E (or 0x77175E) is known color: Palatinate Purple. HEX triplet: 77, 17 and 5E. RGB value is (119,23,94). Sum of RGB (Red+Green+Blue) = 119+23+94=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77175E is #88E8A1. Grayscale: #3B3B3B. Windows color (decimal): -8972450 or 6166391. OLE color: 6166391.

HSL color Cylindrical-coordinate representation of color #77175E: hue angle of 315.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77175E is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 94 -
CMYK 0 0.81 0.21 0.53
HSL 315.63º 0.68% 0.28% -
HSV(B) 315.63º 0.81% 0.47% -
XYZ 9.93 5.34 11.1 -
YUV 59.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 119 23 94 0 0.81 0.21 0.53 315.63 0.68 0.28
Hex 77 17 5E 0 51 15 35 13C 44 1C
Octal 167 27 136 0 121 25 65 474 104 34
Binary 1110111 10111 1011110 0 1010001 10101 110101 100111100 1000100 11100

Color Harmonies of #77175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77175E

Black with #77175E

Text Example


Text Example

White with #77175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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