Html Css Color HEX #77325F Palatinate Purple

📋 copy color: '#77325F'

red 119 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #77325F

Tints of Palatinate Purple #77325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

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

R = 45.08%
G = 18.94%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77325F (or 0x77325F) is known color: Palatinate Purple. HEX triplet: 77, 32 and 5F. RGB value is (119,50,95). Sum of RGB (Red+Green+Blue) = 119+50+95=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77325F is #88CDA0. Grayscale: #4B4B4B. Windows color (decimal): -8965537 or 6238839. OLE color: 6238839.

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

Color convert

RGB 119 50 95 -
CMYK 0 0.58 0.20 0.53
HSL 320.87º 0.41% 0.33% -
HSV(B) 320.87º 0.58% 0.47% -
XYZ 10.81 7.03 11.61 -
YUV 75.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 119 50 95 0 0.58 0.20 0.53 320.87 0.41 0.33
Hex 77 32 5F 0 3A 14 35 141 29 21
Octal 167 62 137 0 72 24 65 501 51 41
Binary 1110111 110010 1011111 0 111010 10100 110101 101000001 101001 100001

Color Harmonies of #77325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77325F

Black with #77325F

Text Example


Text Example

White with #77325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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