#672368

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

Shades of Palatinate Purple #672368

Tints of Palatinate Purple #672368

Color information

#672368 (or 0x672368) is unknown color: approx Palatinate Purple. HEX triplet: 67, 23 and 68. RGB value is (103,35,104). Sum of RGB (Red+Green+Blue) = 103+35+104=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #672368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672368 is #98DC97. Grayscale: #3E3E3E. Windows color (decimal): -10017944 or 6824807. OLE color: 6824807.

HSL color Cylindrical-coordinate representation of color #672368: hue angle of 299.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672368 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10335104-
CMYK0.010.6600.59
HSL299.13º49.64%27.25%-
HSV(B)299.13º66.35%40.78%-
XYZ8.695.0913.62-
YUV63.2151.03156.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.56%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=42.56%
G=14.46%
B=42.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103351040.010.6600.59299.1349.6427.25
Hex67236814203B12b321b
Octal1474315011020734536233
Binary1100111100011110100011000010011101110010101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672368; }

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

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

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

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

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

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

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

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