#672065

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

Shades of Palatinate Purple #672065

Tints of Palatinate Purple #672065

Color information

#672065 (or 0x672065) is unknown color: approx Palatinate Purple. HEX triplet: 67, 20 and 65. RGB value is (103,32,101). Sum of RGB (Red+Green+Blue) = 103+32+101=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #672065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672065 is #98DF9A. Grayscale: #3C3C3C. Windows color (decimal): -10018715 or 6627431. OLE color: 6627431.

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

Color convert

RGB10332101-
CMYK00.690.020.60
HSL301.69º52.59%26.47%-
HSV(B)301.69º68.93%40.39%-
XYZ8.464.8612.8-
YUV61.1150.52157.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.64%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=43.64%
G=13.56%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1033210100.690.020.60301.6952.5926.47
Hex67206504523C12e351a
Octal1474014501052744566532
Binary11001111000001100101010001011011110010010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672065; }

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

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

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

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

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

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

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

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