Html Css Color HEX #772667 Palatinate Purple

📋 copy color: '#772667'

red 119 ◦ green 38 ◦ blue 103

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

Shades of Palatinate Purple #772667

Tints of Palatinate Purple #772667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 45.77%
G = 14.62%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772667 (or 0x772667) is known color: Palatinate Purple. HEX triplet: 77, 26 and 67. RGB value is (119,38,103). Sum of RGB (Red+Green+Blue) = 119+38+103=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772667 is #88D998. Grayscale: #454545. Windows color (decimal): -8968601 or 6760055. OLE color: 6760055.

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

Color convert

RGB 119 38 103 -
CMYK 0 0.68 0.13 0.53
HSL 311.85º 0.52% 0.31% -
HSV(B) 311.85º 0.68% 0.47% -
XYZ 10.75 6.29 13.48 -
YUV 69.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 119 38 103 0 0.68 0.13 0.53 311.85 0.52 0.31
Hex 77 26 67 0 44 D 35 138 34 1F
Octal 167 46 147 0 104 15 65 470 64 37
Binary 1110111 100110 1100111 0 1000100 1101 110101 100111000 110100 11111

Color Harmonies of #772667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772667

Black with #772667

Text Example


Text Example

White with #772667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772667; }

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

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

background-color css

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

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

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

border-color css

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

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

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