#672056

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

Shades of Palatinate Purple #672056

Tints of Palatinate Purple #672056

Color information

#672056 (or 0x672056) is unknown color: approx Palatinate Purple. HEX triplet: 67, 20 and 56. RGB value is (103,32,86). Sum of RGB (Red+Green+Blue) = 103+32+86=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #672056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672056 is #98DFA9. Grayscale: #3B3B3B. Windows color (decimal): -10018730 or 5644391. OLE color: 5644391.

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

Color convert

RGB1033286-
CMYK00.690.170.60
HSL314.37º52.59%26.47%-
HSV(B)314.37º68.93%40.39%-
XYZ7.794.599.28-
YUV59.38143.02159.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.61%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=46.61%
G=14.48%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103328600.690.170.60314.3752.5926.47
Hex672056045113C13a351a
Octal14740126010521744726532
Binary11001111000001010110010001011000111110010011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672056; }

 p { color: rgb(103,32,86); }

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

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

 a { background-color: rgb(103,32,86); }

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

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

 span { border-color: rgb(103,32,86); }

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