Html Css Color HEX #77195F Palatinate Purple

📋 copy color: '#77195F'

red 119 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #77195F

Tints of Palatinate Purple #77195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

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

R = 49.79%
G = 10.46%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77195F (or 0x77195F) is known color: Palatinate Purple. HEX triplet: 77, 19 and 5F. RGB value is (119,25,95). Sum of RGB (Red+Green+Blue) = 119+25+95=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #77195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77195F is #88E6A0. Grayscale: #3C3C3C. Windows color (decimal): -8971937 or 6232439. OLE color: 6232439.

HSL color Cylindrical-coordinate representation of color #77195F: hue angle of 315.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77195F is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 95 -
CMYK 0 0.79 0.20 0.53
HSL 315.32º 0.65% 0.28% -
HSV(B) 315.32º 0.79% 0.47% -
XYZ 10.02 5.44 11.35 -
YUV 61.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 119 25 95 0 0.79 0.20 0.53 315.32 0.65 0.28
Hex 77 19 5F 0 4F 14 35 13B 41 1C
Octal 167 31 137 0 117 24 65 473 101 34
Binary 1110111 11001 1011111 0 1001111 10100 110101 100111011 1000001 11100

Color Harmonies of #77195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77195F

Black with #77195F

Text Example


Text Example

White with #77195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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