Html Css Color HEX #77115B Palatinate Purple

📋 copy color: '#77115B'

red 119 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #77115B

Tints of Palatinate Purple #77115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 52.42%
G = 7.49%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77115B (or 0x77115B) is known color: Palatinate Purple. HEX triplet: 77, 11 and 5B. RGB value is (119,17,91). Sum of RGB (Red+Green+Blue) = 119+17+91=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77115B is #88EEA4. Grayscale: #373737. Windows color (decimal): -8973989 or 5968247. OLE color: 5968247.

HSL color Cylindrical-coordinate representation of color #77115B: hue angle of 316.47º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77115B is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 91 -
CMYK 0 0.86 0.24 0.53
HSL 316.47º 0.75% 0.27% -
HSV(B) 316.47º 0.86% 0.47% -
XYZ 9.7 5.08 10.37 -
YUV 55.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 119 17 91 0 0.86 0.24 0.53 316.47 0.75 0.27
Hex 77 11 5B 0 56 18 35 13C 4B 1B
Octal 167 21 133 0 126 30 65 474 113 33
Binary 1110111 10001 1011011 0 1010110 11000 110101 100111100 1001011 11011

Color Harmonies of #77115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77115B

Black with #77115B

Text Example


Text Example

White with #77115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77115B; }

 p { color: rgb(119,17,91); }

 H1.HeaderClassName
 {
   color: #77115B;
 }
 .AnyTagClassName
 {
   color: #77115B;
 }
</style>

background-color css

<style>
 a { background-color: #77115B; }

 a { background-color: rgb(119,17,91); }

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

border-color css

<style>
 span { border-color: #77115B; }

 span { border-color: rgb(119,17,91); }

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