#672F5F

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

Shades of Palatinate Purple #672F5F

Tints of Palatinate Purple #672F5F

Color information

#672F5F (or 0x672F5F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 2F and 5F. RGB value is (103,47,95). Sum of RGB (Red+Green+Blue) = 103+47+95=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #672F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F5F is #98D0A0. Grayscale: #454545. Windows color (decimal): -10014881 or 6238055. OLE color: 6238055.

HSL color Cylindrical-coordinate representation of color #672F5F: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #672F5F is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1034795-
CMYK00.540.080.60
HSL308.57º37.33%29.41%-
HSV(B)308.57º54.37%40.39%-
XYZ8.685.7411.48-
YUV69.22142.55152.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.04%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=42.04%
G=19.18%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103479500.540.080.60308.5737.3329.41
Hex672F5F03683C135251d
Octal1475713706610744654535
Binary110011110111110111110110110100011110010011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672F5F; }

 p { color: rgb(103,47,95); }

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

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

 a { background-color: rgb(103,47,95); }

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

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

 span { border-color: rgb(103,47,95); }

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