Html Css Color HEX #77085F Palatinate Purple

📋 copy color: '#77085F'

red 119 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #77085F

Tints of Palatinate Purple #77085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 53.6%
G = 3.6%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77085F (or 0x77085F) is known color: Palatinate Purple. HEX triplet: 77, 08 and 5F. RGB value is (119,8,95). Sum of RGB (Red+Green+Blue) = 119+8+95=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #77085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77085F is #88F7A0. Grayscale: #323232. Windows color (decimal): -8976289 or 6228087. OLE color: 6228087.

HSL color Cylindrical-coordinate representation of color #77085F: hue angle of 312.97º 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 #77085F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 95 -
CMYK 0 0.93 0.20 0.53
HSL 312.97º 0.87% 0.25% -
HSV(B) 312.97º 0.93% 0.47% -
XYZ 9.76 4.92 11.26 -
YUV 51.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 119 8 95 0 0.93 0.20 0.53 312.97 0.87 0.25
Hex 77 8 5F 0 5D 14 35 139 57 19
Octal 167 10 137 0 135 24 65 471 127 31
Binary 1110111 1000 1011111 0 1011101 10100 110101 100111001 1010111 11001

Color Harmonies of #77085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77085F

Black with #77085F

Text Example


Text Example

White with #77085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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