Html Css Color HEX #772B5F Palatinate Purple

📋 copy color: '#772B5F'

red 119 ◦ green 43 ◦ blue 95

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

Shades of Palatinate Purple #772B5F

Tints of Palatinate Purple #772B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.73%

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

R = 46.3%
G = 16.73%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#772B5F (or 0x772B5F) is known color: Palatinate Purple. HEX triplet: 77, 2B and 5F. RGB value is (119,43,95). Sum of RGB (Red+Green+Blue) = 119+43+95=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B5F is #88D4A0. Grayscale: #474747. Windows color (decimal): -8967329 or 6237047. OLE color: 6237047.

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

Color convert

RGB 119 43 95 -
CMYK 0 0.64 0.20 0.53
HSL 318.95º 0.47% 0.32% -
HSV(B) 318.95º 0.64% 0.47% -
XYZ 10.54 6.48 11.52 -
YUV 71.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 119 43 95 0 0.64 0.20 0.53 318.95 0.47 0.32
Hex 77 2B 5F 0 40 14 35 13F 2F 20
Octal 167 53 137 0 100 24 65 477 57 40
Binary 1110111 101011 1011111 0 1000000 10100 110101 100111111 101111 100000

Color Harmonies of #772B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B5F

Black with #772B5F

Text Example


Text Example

White with #772B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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