Html Css Color HEX #77185B Palatinate Purple

📋 copy color: '#77185B'

red 119 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #77185B

Tints of Palatinate Purple #77185B

RGB

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

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

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

R = 50.85%
G = 10.26%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77185B (or 0x77185B) is known color: Palatinate Purple. HEX triplet: 77, 18 and 5B. RGB value is (119,24,91). Sum of RGB (Red+Green+Blue) = 119+24+91=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77185B is #88E7A4. Grayscale: #3B3B3B. Windows color (decimal): -8972197 or 5970039. OLE color: 5970039.

HSL color Cylindrical-coordinate representation of color #77185B: hue angle of 317.68º 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 #77185B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 91 -
CMYK 0 0.80 0.24 0.53
HSL 317.68º 0.66% 0.28% -
HSV(B) 317.68º 0.8% 0.47% -
XYZ 9.82 5.33 10.41 -
YUV 60.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 119 24 91 0 0.80 0.24 0.53 317.68 0.66 0.28
Hex 77 18 5B 0 50 18 35 13E 42 1C
Octal 167 30 133 0 120 30 65 476 102 34
Binary 1110111 11000 1011011 0 1010000 11000 110101 100111110 1000010 11100

Color Harmonies of #77185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77185B

Black with #77185B

Text Example


Text Example

White with #77185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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