#672568

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

Shades of Palatinate Purple #672568

Tints of Palatinate Purple #672568

Color information

#672568 (or 0x672568) is unknown color: approx Palatinate Purple. HEX triplet: 67, 25 and 68. RGB value is (103,37,104). Sum of RGB (Red+Green+Blue) = 103+37+104=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #672568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672568 is #98DA97. Grayscale: #404040. Windows color (decimal): -10017432 or 6825319. OLE color: 6825319.

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

Color convert

RGB10337104-
CMYK0.010.6400.59
HSL299.1º47.52%27.65%-
HSV(B)299.1º64.42%40.78%-
XYZ8.755.2113.64-
YUV64.37150.37155.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.21%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=42.21%
G=15.16%
B=42.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103371040.010.6400.59299.147.5227.65
Hex67256814003B12b301c
Octal1474515011000734536034
Binary1100111100101110100011000000011101110010101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672568; }

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

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

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

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

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

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

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

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