#782667

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

Shades of Palatinate Purple #782667

Tints of Palatinate Purple #782667

Color information

#782667 (or 0x782667) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 67. RGB value is (120,38,103). Sum of RGB (Red+Green+Blue) = 120+38+103=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #782667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782667 is #87D998. Grayscale: #454545. Windows color (decimal): -8903065 or 6760056. OLE color: 6760056.

HSL color Cylindrical-coordinate representation of color #782667: hue angle of 312.44º 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 #782667 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12038103-
CMYK00.680.140.53
HSL312.44º51.9%30.98%-
HSV(B)312.44º68.33%47.06%-
XYZ10.896.3613.49-
YUV69.93146.67163.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=45.98%
G=14.56%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203810300.680.140.53312.4451.930.98
Hex782667044E35138341f
Octal17046147010416654706437
Binary1111000100110110011101000100111011010110011100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782667; }

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

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

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

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

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

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

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

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