Html Css Color HEX #77185D Palatinate Purple

📋 copy color: '#77185D'

red 119 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #77185D

Tints of Palatinate Purple #77185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 50.42%
G = 10.17%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77185D (or 0x77185D) is known color: Palatinate Purple. HEX triplet: 77, 18 and 5D. RGB value is (119,24,93). Sum of RGB (Red+Green+Blue) = 119+24+93=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77185D is #88E7A2. Grayscale: #3C3C3C. Windows color (decimal): -8972195 or 6101111. OLE color: 6101111.

HSL color Cylindrical-coordinate representation of color #77185D: hue angle of 316.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77185D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 93 -
CMYK 0 0.80 0.22 0.53
HSL 316.42º 0.66% 0.28% -
HSV(B) 316.42º 0.8% 0.47% -
XYZ 9.91 5.37 10.87 -
YUV 60.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 119 24 93 0 0.80 0.22 0.53 316.42 0.66 0.28
Hex 77 18 5D 0 50 16 35 13C 42 1C
Octal 167 30 135 0 120 26 65 474 102 34
Binary 1110111 11000 1011101 0 1010000 10110 110101 100111100 1000010 11100

Color Harmonies of #77185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77185D

Black with #77185D

Text Example


Text Example

White with #77185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77185D; }

 p { color: rgb(119,24,93); }

 H1.HeaderClassName
 {
   color: #77185D;
 }
 .AnyTagClassName
 {
   color: #77185D;
 }
</style>

background-color css

<style>
 a { background-color: #77185D; }

 a { background-color: rgb(119,24,93); }

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

border-color css

<style>
 span { border-color: #77185D; }

 span { border-color: rgb(119,24,93); }

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