#672465

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

Shades of Palatinate Purple #672465

Tints of Palatinate Purple #672465

Color information

#672465 (or 0x672465) is unknown color: approx Palatinate Purple. HEX triplet: 67, 24 and 65. RGB value is (103,36,101). Sum of RGB (Red+Green+Blue) = 103+36+101=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #672465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672465 is #98DB9A. Grayscale: #3F3F3F. Windows color (decimal): -10017691 or 6628455. OLE color: 6628455.

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

Color convert

RGB10336101-
CMYK00.650.020.60
HSL301.79º48.2%27.25%-
HSV(B)301.79º65.05%40.39%-
XYZ8.575.0812.84-
YUV63.44149.2156.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=42.92%
G=15%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1033610100.650.020.60301.7948.227.25
Hex67246504123C12e301b
Octal1474414501012744566033
Binary11001111001001100101010000011011110010010111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672465; }

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

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

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

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

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

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

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

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