Html Css Color HEX #77165E Palatinate Purple

📋 copy color: '#77165E'

red 119 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #77165E

Tints of Palatinate Purple #77165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

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

R = 50.64%
G = 9.36%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77165E (or 0x77165E) is known color: Palatinate Purple. HEX triplet: 77, 16 and 5E. RGB value is (119,22,94). Sum of RGB (Red+Green+Blue) = 119+22+94=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77165E is #88E9A1. Grayscale: #3B3B3B. Windows color (decimal): -8972706 or 6166135. OLE color: 6166135.

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

Color convert

RGB 119 22 94 -
CMYK 0 0.82 0.21 0.53
HSL 315.46º 0.69% 0.28% -
HSV(B) 315.46º 0.82% 0.47% -
XYZ 9.92 5.3 11.09 -
YUV 59.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 119 22 94 0 0.82 0.21 0.53 315.46 0.69 0.28
Hex 77 16 5E 0 52 15 35 13B 45 1C
Octal 167 26 136 0 122 25 65 473 105 34
Binary 1110111 10110 1011110 0 1010010 10101 110101 100111011 1000101 11100

Color Harmonies of #77165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77165E

Black with #77165E

Text Example


Text Example

White with #77165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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