Html Css Color HEX #77185F Palatinate Purple

📋 copy color: '#77185F'

red 119 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #77185F

Tints of Palatinate Purple #77185F

RGB

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

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

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

R = 50%
G = 10.08%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77185F (or 0x77185F) is known color: Palatinate Purple. HEX triplet: 77, 18 and 5F. RGB value is (119,24,95). Sum of RGB (Red+Green+Blue) = 119+24+95=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77185F is #88E7A0. Grayscale: #3C3C3C. Windows color (decimal): -8972193 or 6232183. OLE color: 6232183.

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

Color convert

RGB 119 24 95 -
CMYK 0 0.80 0.20 0.53
HSL 315.16º 0.66% 0.28% -
HSV(B) 315.16º 0.8% 0.47% -
XYZ 10 5.4 11.34 -
YUV 60.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 119 24 95 0 0.80 0.20 0.53 315.16 0.66 0.28
Hex 77 18 5F 0 50 14 35 13B 42 1C
Octal 167 30 137 0 120 24 65 473 102 34
Binary 1110111 11000 1011111 0 1010000 10100 110101 100111011 1000010 11100

Color Harmonies of #77185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77185F

Black with #77185F

Text Example


Text Example

White with #77185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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