#672E54

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

Shades of Palatinate Purple #672E54

Tints of Palatinate Purple #672E54

Color information

#672E54 (or 0x672E54) is unknown color: approx Palatinate Purple. HEX triplet: 67, 2E and 54. RGB value is (103,46,84). Sum of RGB (Red+Green+Blue) = 103+46+84=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #672E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E54 is #98D1AB. Grayscale: #434343. Windows color (decimal): -10015148 or 5516903. OLE color: 5516903.

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

Color convert

RGB1034684-
CMYK00.550.180.60
HSL320º38.26%29.22%-
HSV(B)320º55.34%40.39%-
XYZ8.175.489.01-
YUV67.38137.38153.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=44.21%
G=19.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103468400.550.180.6032038.2629.22
Hex672E54037123C140261d
Octal1475612406722745004635
Binary1100111101110101010001101111001011110010100000010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,46,84); }

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

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

 a { background-color: rgb(103,46,84); }

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

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

 span { border-color: rgb(103,46,84); }

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