Html Css Color HEX #772167 Palatinate Purple

📋 copy color: '#772167'

red 119 ◦ green 33 ◦ blue 103

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

Shades of Palatinate Purple #772167

Tints of Palatinate Purple #772167

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 46.67%
G = 12.94%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772167 (or 0x772167) is known color: Palatinate Purple. HEX triplet: 77, 21 and 67. RGB value is (119,33,103). Sum of RGB (Red+Green+Blue) = 119+33+103=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772167 is #88DE98. Grayscale: #424242. Windows color (decimal): -8969881 or 6758775. OLE color: 6758775.

HSL color Cylindrical-coordinate representation of color #772167: hue angle of 311.16º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772167 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 103 -
CMYK 0 0.72 0.13 0.53
HSL 311.16º 0.57% 0.3% -
HSV(B) 311.16º 0.72% 0.47% -
XYZ 10.6 5.99 13.43 -
YUV 66.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 119 33 103 0 0.72 0.13 0.53 311.16 0.57 0.3
Hex 77 21 67 0 48 D 35 137 39 1E
Octal 167 41 147 0 110 15 65 467 71 36
Binary 1110111 100001 1100111 0 1001000 1101 110101 100110111 111001 11110

Color Harmonies of #772167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772167

Black with #772167

Text Example


Text Example

White with #772167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772167; }

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

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

background-color css

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

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

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

border-color css

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

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

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