#772367

Color #772367 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #772367

Tints of Palatinate Purple #772367

Color information

#772367 (or 0x772367) is unknown color: approx Palatinate Purple. HEX triplet: 77, 23 and 67. RGB value is (119,35,103). Sum of RGB (Red+Green+Blue) = 119+35+103=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772367 is #88DC98. Grayscale: #434343. Windows color (decimal): -8969369 or 6759287. OLE color: 6759287.

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

Color convert

RGB11935103-
CMYK00.710.130.53
HSL311.43º54.55%30.2%-
HSV(B)311.43º70.59%46.67%-
XYZ10.666.113.45-
YUV67.87147.83164.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=46.30%
G=13.62%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193510300.710.130.53311.4354.5530.2
Hex772367047D35137371e
Octal16743147010715654676736
Binary1110111100011110011101000111110111010110011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772367; }

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

 H1.HeaderClassName
 {
   color: #772367;
 }
 .AnyTagClassName
 {
   color: #772367;
 }
</style>
background-color css

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

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

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

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

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

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