Html Css Color HEX #77155F Palatinate Purple

📋 copy color: '#77155F'

red 119 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #77155F

Tints of Palatinate Purple #77155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

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

R = 50.64%
G = 8.94%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77155F (or 0x77155F) is known color: Palatinate Purple. HEX triplet: 77, 15 and 5F. RGB value is (119,21,95). Sum of RGB (Red+Green+Blue) = 119+21+95=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77155F is #88EAA0. Grayscale: #3A3A3A. Windows color (decimal): -8972961 or 6231415. OLE color: 6231415.

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

Color convert

RGB 119 21 95 -
CMYK 0 0.82 0.20 0.53
HSL 314.69º 0.7% 0.27% -
HSV(B) 314.69º 0.82% 0.47% -
XYZ 9.94 5.28 11.32 -
YUV 58.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 119 21 95 0 0.82 0.20 0.53 314.69 0.7 0.27
Hex 77 15 5F 0 52 14 35 13B 46 1B
Octal 167 25 137 0 122 24 65 473 106 33
Binary 1110111 10101 1011111 0 1010010 10100 110101 100111011 1000110 11011

Color Harmonies of #77155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77155F

Black with #77155F

Text Example


Text Example

White with #77155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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