#672160

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

Shades of Palatinate Purple #672160

Tints of Palatinate Purple #672160

Color information

#672160 (or 0x672160) is unknown color: approx Palatinate Purple. HEX triplet: 67, 21 and 60. RGB value is (103,33,96). Sum of RGB (Red+Green+Blue) = 103+33+96=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #672160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672160 is #98DE9F. Grayscale: #3C3C3C. Windows color (decimal): -10018464 or 6300007. OLE color: 6300007.

HSL color Cylindrical-coordinate representation of color #672160: hue angle of 306º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672160 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1033396-
CMYK00.680.070.60
HSL306º51.47%26.67%-
HSV(B)306º67.96%40.39%-
XYZ8.254.8211.56-
YUV61.11147.69157.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=44.40%
G=14.22%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103339600.680.070.6030651.4726.67
Hex67216004473C132331b
Octal1474114001047744626333
Binary110011110000111000000100010011111110010011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672160; }

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

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

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

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

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

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

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

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