Html Css Color HEX #772C5F Palatinate Purple

📋 copy color: '#772C5F'

red 119 ◦ green 44 ◦ blue 95

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

Shades of Palatinate Purple #772C5F

Tints of Palatinate Purple #772C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

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

R = 46.12%
G = 17.05%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#772C5F (or 0x772C5F) is known color: Palatinate Purple. HEX triplet: 77, 2C and 5F. RGB value is (119,44,95). Sum of RGB (Red+Green+Blue) = 119+44+95=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C5F is #88D3A0. Grayscale: #484848. Windows color (decimal): -8967073 or 6237303. OLE color: 6237303.

HSL color Cylindrical-coordinate representation of color #772C5F: hue angle of 319.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C5F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 95 -
CMYK 0 0.63 0.20 0.53
HSL 319.2º 0.46% 0.32% -
HSV(B) 319.2º 0.63% 0.47% -
XYZ 10.57 6.55 11.53 -
YUV 72.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 119 44 95 0 0.63 0.20 0.53 319.2 0.46 0.32
Hex 77 2C 5F 0 3F 14 35 13F 2E 20
Octal 167 54 137 0 77 24 65 477 56 40
Binary 1110111 101100 1011111 0 111111 10100 110101 100111111 101110 100000

Color Harmonies of #772C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C5F

Black with #772C5F

Text Example


Text Example

White with #772C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C5F; }

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

 H1.HeaderClassName
 {
   color: #772C5F;
 }
 .AnyTagClassName
 {
   color: #772C5F;
 }
</style>

background-color css

<style>
 a { background-color: #772C5F; }

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

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

border-color css

<style>
 span { border-color: #772C5F; }

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

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