#672355

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

Shades of Palatinate Purple #672355

Tints of Palatinate Purple #672355

Color information

#672355 (or 0x672355) is unknown color: approx Palatinate Purple. HEX triplet: 67, 23 and 55. RGB value is (103,35,85). Sum of RGB (Red+Green+Blue) = 103+35+85=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #672355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672355 is #98DCAA. Grayscale: #3C3C3C. Windows color (decimal): -10017963 or 5579623. OLE color: 5579623.

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

Color convert

RGB1033585-
CMYK00.660.170.60
HSL315.88º49.28%27.06%-
HSV(B)315.88º66.02%40.39%-
XYZ7.834.749.1-
YUV61.03141.53157.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.19%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=46.19%
G=15.70%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103358500.660.170.60315.8849.2827.06
Hex672355042113C13c311b
Octal14743125010221744746133
Binary11001111000111010101010000101000111110010011110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672355; }

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

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

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

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

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

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

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

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