#672063

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

Shades of Palatinate Purple #672063

Tints of Palatinate Purple #672063

Color information

#672063 (or 0x672063) is unknown color: approx Palatinate Purple. HEX triplet: 67, 20 and 63. RGB value is (103,32,99). Sum of RGB (Red+Green+Blue) = 103+32+99=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #672063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672063 is #98DF9C. Grayscale: #3C3C3C. Windows color (decimal): -10018717 or 6496359. OLE color: 6496359.

HSL color Cylindrical-coordinate representation of color #672063: hue angle of 303.38º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672063 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1033299-
CMYK00.690.040.60
HSL303.38º52.59%26.47%-
HSV(B)303.38º68.93%40.39%-
XYZ8.364.8212.29-
YUV60.87149.52158.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=44.02%
G=13.68%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103329900.690.040.60303.3852.5926.47
Hex67206304543C12f351a
Octal1474014301054744576532
Binary110011110000011000110100010110011110010010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672063; }

 p { color: rgb(103,32,99); }

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

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

 a { background-color: rgb(103,32,99); }

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

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

 span { border-color: rgb(103,32,99); }

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