#672165

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

Shades of Palatinate Purple #672165

Tints of Palatinate Purple #672165

Color information

#672165 (or 0x672165) is unknown color: approx Palatinate Purple. HEX triplet: 67, 21 and 65. RGB value is (103,33,101). Sum of RGB (Red+Green+Blue) = 103+33+101=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #672165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672165 is #98DE9A. Grayscale: #3D3D3D. Windows color (decimal): -10018459 or 6627687. OLE color: 6627687.

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

Color convert

RGB10333101-
CMYK00.680.020.60
HSL301.71º51.47%26.67%-
HSV(B)301.71º67.96%40.39%-
XYZ8.494.9112.81-
YUV61.68150.19157.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=43.46%
G=13.92%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1033310100.680.020.60301.7151.4726.67
Hex67216504423C12e331b
Octal1474114501042744566333
Binary11001111000011100101010001001011110010010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672165; }

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

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

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

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

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

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

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

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