Html Css Color HEX #77115C Palatinate Purple

📋 copy color: '#77115C'

red 119 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #77115C

Tints of Palatinate Purple #77115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 52.19%
G = 7.46%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77115C (or 0x77115C) is known color: Palatinate Purple. HEX triplet: 77, 11 and 5C. RGB value is (119,17,92). Sum of RGB (Red+Green+Blue) = 119+17+92=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77115C is #88EEA3. Grayscale: #373737. Windows color (decimal): -8973988 or 6033783. OLE color: 6033783.

HSL color Cylindrical-coordinate representation of color #77115C: hue angle of 315.88º 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 #77115C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 92 -
CMYK 0 0.86 0.23 0.53
HSL 315.88º 0.75% 0.27% -
HSV(B) 315.88º 0.86% 0.47% -
XYZ 9.74 5.1 10.6 -
YUV 56.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 119 17 92 0 0.86 0.23 0.53 315.88 0.75 0.27
Hex 77 11 5C 0 56 17 35 13C 4B 1B
Octal 167 21 134 0 126 27 65 474 113 33
Binary 1110111 10001 1011100 0 1010110 10111 110101 100111100 1001011 11011

Color Harmonies of #77115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77115C

Black with #77115C

Text Example


Text Example

White with #77115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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