#672865

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

Shades of Palatinate Purple #672865

Tints of Palatinate Purple #672865

Color information

#672865 (or 0x672865) is unknown color: approx Palatinate Purple. HEX triplet: 67, 28 and 65. RGB value is (103,40,101). Sum of RGB (Red+Green+Blue) = 103+40+101=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #672865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672865 is #98D79A. Grayscale: #414141. Windows color (decimal): -10016667 or 6629479. OLE color: 6629479.

HSL color Cylindrical-coordinate representation of color #672865: hue angle of 301.9º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #672865 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB10340101-
CMYK00.610.020.60
HSL301.9º44.06%28.04%-
HSV(B)301.9º61.17%40.39%-
XYZ8.75.3412.88-
YUV65.79147.87154.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.21%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=42.21%
G=16.39%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1034010100.610.020.60301.944.0628.04
Hex67286503D23C12e2c1c
Octal147501450752744565434
Binary1100111101000110010101111011011110010010111010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672865; }

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

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

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

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

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

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

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

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