Html Css Color HEX #772D5D Palatinate Purple

📋 copy color: '#772D5D'

red 119 ◦ green 45 ◦ blue 93

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

Shades of Palatinate Purple #772D5D

Tints of Palatinate Purple #772D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 46.3%
G = 17.51%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#772D5D (or 0x772D5D) is known color: Palatinate Purple. HEX triplet: 77, 2D and 5D. RGB value is (119,45,93). Sum of RGB (Red+Green+Blue) = 119+45+93=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D5D is #88D2A2. Grayscale: #484848. Windows color (decimal): -8966819 or 6106487. OLE color: 6106487.

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

Color convert

RGB 119 45 93 -
CMYK 0 0.62 0.22 0.53
HSL 321.08º 0.45% 0.32% -
HSV(B) 321.08º 0.62% 0.47% -
XYZ 10.52 6.59 11.07 -
YUV 72.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 119 45 93 0 0.62 0.22 0.53 321.08 0.45 0.32
Hex 77 2D 5D 0 3E 16 35 141 2D 20
Octal 167 55 135 0 76 26 65 501 55 40
Binary 1110111 101101 1011101 0 111110 10110 110101 101000001 101101 100000

Color Harmonies of #772D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D5D

Black with #772D5D

Text Example


Text Example

White with #772D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,93); }

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

background-color css

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

 a { background-color: rgb(119,45,93); }

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

border-color css

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

 span { border-color: rgb(119,45,93); }

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