Html Css Color HEX #772C67 Palatinate Purple

📋 copy color: '#772C67'

red 119 ◦ green 44 ◦ blue 103

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

Shades of Palatinate Purple #772C67

Tints of Palatinate Purple #772C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 44.74%
G = 16.54%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772C67 (or 0x772C67) is known color: Palatinate Purple. HEX triplet: 77, 2C and 67. RGB value is (119,44,103). Sum of RGB (Red+Green+Blue) = 119+44+103=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #772C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C67 is #88D398. Grayscale: #484848. Windows color (decimal): -8967065 or 6761591. OLE color: 6761591.

HSL color Cylindrical-coordinate representation of color #772C67: hue angle of 312.8º 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 #772C67 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 103 -
CMYK 0 0.63 0.13 0.53
HSL 312.8º 0.46% 0.32% -
HSV(B) 312.8º 0.63% 0.47% -
XYZ 10.96 6.7 13.55 -
YUV 73.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 119 44 103 0 0.63 0.13 0.53 312.8 0.46 0.32
Hex 77 2C 67 0 3F D 35 139 2E 20
Octal 167 54 147 0 77 15 65 471 56 40
Binary 1110111 101100 1100111 0 111111 1101 110101 100111001 101110 100000

Color Harmonies of #772C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C67

Black with #772C67

Text Example


Text Example

White with #772C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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