#672A5E

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

Shades of Palatinate Purple #672A5E

Tints of Palatinate Purple #672A5E

Color information

#672A5E (or 0x672A5E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 2A and 5E. RGB value is (103,42,94). Sum of RGB (Red+Green+Blue) = 103+42+94=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #672A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A5E is #98D5A1. Grayscale: #424242. Windows color (decimal): -10016162 or 6171239. OLE color: 6171239.

HSL color Cylindrical-coordinate representation of color #672A5E: hue angle of 308.85º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A5E is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1034294-
CMYK00.590.090.60
HSL308.85º42.07%28.43%-
HSV(B)308.85º59.22%40.39%-
XYZ8.445.3511.18-
YUV66.17143.71154.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.10%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=43.10%
G=17.57%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103429400.590.090.60308.8542.0728.43
Hex672A5E03B93C1352a1c
Octal1475213607311744655234
Binary110011110101010111100111011100111110010011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,94); }

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

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

 a { background-color: rgb(103,42,94); }

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

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

 span { border-color: rgb(103,42,94); }

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