Html Css Color HEX #77185A Palatinate Purple

📋 copy color: '#77185A'

red 119 ◦ green 24 ◦ blue 90

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

Shades of Palatinate Purple #77185A

Tints of Palatinate Purple #77185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 51.07%
G = 10.3%
B = 38.63%

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

#77185A (or 0x77185A) is known color: Palatinate Purple. HEX triplet: 77, 18 and 5A. RGB value is (119,24,90). Sum of RGB (Red+Green+Blue) = 119+24+90=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77185A is #88E7A5. Grayscale: #3B3B3B. Windows color (decimal): -8972198 or 5904503. OLE color: 5904503.

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

Color convert

RGB 119 24 90 -
CMYK 0 0.80 0.24 0.53
HSL 318.32º 0.66% 0.28% -
HSV(B) 318.32º 0.8% 0.47% -
XYZ 9.78 5.31 10.18 -
YUV 59.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 119 24 90 0 0.80 0.24 0.53 318.32 0.66 0.28
Hex 77 18 5A 0 50 18 35 13E 42 1C
Octal 167 30 132 0 120 30 65 476 102 34
Binary 1110111 11000 1011010 0 1010000 11000 110101 100111110 1000010 11100

Color Harmonies of #77185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77185A

Black with #77185A

Text Example


Text Example

White with #77185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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