Html Css Color HEX #77085E Palatinate Purple

📋 copy color: '#77085E'

red 119 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #77085E

Tints of Palatinate Purple #77085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 53.85%
G = 3.62%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77085E (or 0x77085E) is known color: Palatinate Purple. HEX triplet: 77, 08 and 5E. RGB value is (119,8,94). Sum of RGB (Red+Green+Blue) = 119+8+94=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77085E is #88F7A1. Grayscale: #323232. Windows color (decimal): -8976290 or 6162551. OLE color: 6162551.

HSL color Cylindrical-coordinate representation of color #77085E: hue angle of 313.51º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77085E is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 94 -
CMYK 0 0.93 0.21 0.53
HSL 313.51º 0.87% 0.25% -
HSV(B) 313.51º 0.93% 0.47% -
XYZ 9.71 4.9 11.02 -
YUV 50.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 119 8 94 0 0.93 0.21 0.53 313.51 0.87 0.25
Hex 77 8 5E 0 5D 15 35 13A 57 19
Octal 167 10 136 0 135 25 65 472 127 31
Binary 1110111 1000 1011110 0 1011101 10101 110101 100111010 1010111 11001

Color Harmonies of #77085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77085E

Black with #77085E

Text Example


Text Example

White with #77085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77085E; }

 p { color: rgb(119,8,94); }

 H1.HeaderClassName
 {
   color: #77085E;
 }
 .AnyTagClassName
 {
   color: #77085E;
 }
</style>

background-color css

<style>
 a { background-color: #77085E; }

 a { background-color: rgb(119,8,94); }

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

border-color css

<style>
 span { border-color: #77085E; }

 span { border-color: rgb(119,8,94); }

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